GroupInfo.GroupCaption Property
Returns the group caption that contains the FieldName of the data column used to group collection view items.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public string GroupCaption { get; }
Property Value
Type | Description |
---|---|
String | The group caption. |
See Also