GroupCaption Property
Description
Specifies the text that is displayed as the group caption when the column the GridRecordItem is in has been grouped.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property GroupCaption() As String
Remarks
When a column that the GridRecordItem belongs to has been grouped, the caption of the column is displayed as the group caption. If you specify a GroupCaption for the GridRecordItem, the GroupCaption text will be displayed instead of the caption of the column.
You can use the GroupCaption 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
- GridRecordItem Object
- GridColumn Caption Property
- GridColumn Groupable Property
- GridControl ShowGroupBox Property
- GridControl ShowItemsInGroups Property
- GridControl SkipGroupsFocus Property
- GridControl GroupsOrder Property

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