ShadeGroupHeadings Property
Description
Specifies whether group headings in the GridControl will be shaded.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ShadeGroupHeadings() As Boolean
Remarks
This applies to the group header rows that appear in the GridControl when the rows are grouped.
Example
This sample illustrates how to shade the group headers.
' Group headings will be shaded
wndGridControl.PaintManager.ShadeGroupHeadings = True
See Also
- GridPaintManager Object
- ShowGroupBox Property
- Groupable Property
- ShowItemsInGroups Property
- GroupsOrder Property
- GroupShadeBackColor Property
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.