Skip to content

GroupCaption Property

Description

The text that is displayed for the group row.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property GroupCaption() As String

Remarks

The GridGroupRow::GroupCaption property holds the text caption for the group of rows.

When rows are grouped, the caption of the column is displayed as the group caption in the GroupRow. If you specify a GroupCaption for each GridRecordItem, the GroupCaption text will be displayed instead of the caption of the column.

You can use the GridRecordItem::GroupCaption property to "sub group" your GridRecordItems when the column they belong to has been grouped. The GridRecordItems will be "sub grouped" by the value in GroupCaption when the column they belong to is grouped.

See Also


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