CustomSummaryEventArgs.GroupRowHandle Property
Returns the handle of the group row.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int GroupRowHandle { get; }
Property Value
Type | Description |
---|---|
Int32 | The row handle. |
See Also