Skip to main content

GroupRowData.GroupValueText Property

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

public string GroupValueText { get; }

Property Value

Type Description
String

The value that is displayed in the group row’s value area.

See Also