CellValueChangedArgs.OldValue Property
Gets an old cell value.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Object | An old cell value. |
Remarks
Use CellValueChangedArgs.Cell.Value to get a new cell value.
See Also