Skip to content

GroupShadeForeColor Property

Description

The text color of text displayed in Group Rows when ShadeGroupHeadings is True.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property GroupShadeForeColor() As ULong

Remarks

This applies to the shading of text in the group header rows that appear in the GridControl when the rows are grouped. You can assign an RGB value, a Hex value, or a Visual Basic constant to this property.

Example

GroupShadeForeColor Sample (Visual Basic)

This sample illustrates how to change the GroupShadeForeColor.

' Allows Group headings to be shaded  
wndGridControl.PaintManager.ShadeGroupHeadings = True  

' Changes the color of the group headings to blue  
wndGridControl.PaintManager.GroupShadeForeColor = vbBlue  

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.