EditRowViewModel.CellIndex Property
In This Article
Gets the cell index of the edited row.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public CellIndex CellIndex { get; }
#Property Value
Type | Description |
---|---|
Cell |
The cell index. |
See Also