CustomGroupDisplayTextEventArgs.RowHandle Property
Returns the handle of the group row that is being processed.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int RowHandle { get; }
Property Value
Type | Description |
---|---|
Int32 | An integer that specifies the row handle. |
Remarks
For more information, refer to the following help topic: CustomGroupDisplayText.
See Also