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