GroupRowData.GroupValue Property
In This Article
Gets the value that is used to group data grid rows.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public object GroupValue { get; }
#Property Value
Type | Description |
---|---|
System. |
The value that is used to group data grid rows. |
See Also