Skip to main content

CellIndex Struct

Stores the information on a cell location within the grid.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public struct CellIndex

The following members return CellIndex objects:

#Remarks

The CellIndex structure introduces the RowHandle and FieldName properties that define a row and column containing a cell.

See Also