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