GroupRowData.GroupValue Property
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
public object GroupValue { get; }
Property Value
Type | Description |
---|---|
Object | The value that is used to group data grid rows. |
See Also