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