Skip to content

GroupForeColor Property

Description

The color of text in group rows.

Property Type

Read-write property.

Syntax (Visual Basic)

Public Property GroupForeColor() As ULong

Remarks

This is the foreground color for text displayed in group rows. You can assign an RGB value, a Hex value, or a Visual Basic constant to this property.

You can change the text by setting the GroupCaption property of the GridRecordItems.

Example

GroupForeColor Sample (Visual Basic)

This sample illustrates how to change the color used to display text in group rows. You can change the text by setting the GroupCaption property of the GridRecordItems.

' This will change the ForeColor of text displayed in group rows to green
wndGridControl.PaintManager.GroupForeColor = vbGreen

See Also


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