CustomizeCellDisplayTextEventArgs.Index Property
In This Article
Gets the cell location in the grid.
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 stores information on the cell location. |
See Also