CellData.Index Property
Gets or sets an object that contains information about a cell position.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public CellIndex Index { get; }
Property Value
| Type | Description |
|---|---|
| CellIndex | An object that specifies a cell location within the grid. |
See Also