GroupRowData.GroupCaption Property
Gets the group row’s caption.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public string GroupCaption { get; }
Property Value
| Type | Description |
|---|---|
| String | The group row’s caption. |
See Also