Skip to main content

CustomizeCellDisplayTextEventArgs.Index Property

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
CellIndex

An object that stores information on the cell location.

See Also