GroupShadeBackColor Property
Description
The color used to shade group headings when ShadeGroupHeadings is True.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property GroupShadeBackColor() As ULong
Remarks
This applies to the shading of 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
The following sample illustrates how to change the GroupShadeBackColor:
' Allows Group headings to be shaded
wndGridControl.PaintManager.ShadeGroupHeadings = True
' Changes the color of the group headings to blue
wndGridControl.PaintManager.GroupShadeBackColor = vbBlue
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.