GroupRowData.GroupValueText Property
In This Article
Gets the value that is displayed in the group row’s value area.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public string GroupValueText { get; }
#Property Value
Type | Description |
---|---|
String | The value that is displayed in the group row’s value area. |
See Also