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 |
---|---|
CellIndex | An object that specifies a cell location within the grid. |
See Also