ValidateCellEventArgs.OldValue Property
Returns the cell’s value before editing is started.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object OldValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Object | An object that is the cell’s original value. |
See Also