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