Skip to content

GroupIndentColor Property

Description

The color of the group indent shading.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property GroupIndentColor() As ULong

Remarks

Returns or sets the color used to shade the indentation area when rows are grouped. The indentation area is usually visible when rows are grouped by multiple columns. You can assign an RGB value, a Hex value, or a Visual Basic constant to this property.

Example

GroupIndentColor Sample (Visual Basic)

This sample illustrates how to change the color used to shade the group indentation area when rows are grouped.

' This will shade the group indent area in red  
wndGridControl.PaintManager.GroupIndentColor = vbRed

See Also


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