CustomGroupSummaryExportEventArgs.RowHandle Property
In This Article
Gets the handle of the exported group summary’s row.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public int RowHandle { get; }
#Property Value
Type | Description |
---|---|
Int32 | The exported group summary’s row. |
See Also