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