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
Shading Group Headings in the GridControl (Visual Basic)
This sample illustrates how to shade the group headers.
' Group headings will be shaded
wndGridControl.PaintManager.ShadeGroupHeadings = True
See Also
- TrackPaintManager Object
- ShowGroupBox Property
- Groupable Property
- ShowItemsInGroups Property
- GroupsOrder Property
- GroupShadeBackColor Property
| Grid Control ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.