CustomSummaryEventArgs.RowHandle Property
In This Article
Gets the grid’s row handle.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public object RowHandle { get; }
#Property Value
Type | Description |
---|---|
Object | The row handle. |
See Also