Skip to content

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


See Also | Grid Control ActiveX Control v24.0


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