GroupShadeBorderColor Property
Description
The color used to draw the grid line border of group rows when ShadeGroupHeadings is True.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property GroupShadeBorderColor() As ULong
Remarks
This applies to the color of the grid line border 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
GroupShadeBorderColor Sample (Visual Basic)
This sample illustrates how to change the GroupShadeBorderColor. The border of a group row is the line drawn under the group headers.
' Changes the color of the border for group rows to red
wndGridControl.PaintManager.GroupShadeBorderColor = vbRed
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.