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