Skip to main content

CustomCellStyleEventArgs.RowHandle Property

Gets the handle of the row that contains the cell.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public int RowHandle { get; }

#Property Value

Type Description
Int32

An integer value that identifies the data row in the grid.

See Also