CellData.Index Property
In This Article
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
C#
public CellIndex Index { get; }
#Property Value
Type | Description |
---|---|
Cell |
An object that specifies a cell location within the grid. |
See Also