Skip to main content
All docs
V23.2

CellValueChangedArgs.OldValue Property

Gets an old cell value.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public object OldValue { get; }

Property Value

Type Description
Object

An old cell value.

Remarks

Use CellValueChangedArgs.Cell.Value to get a new cell value.

See Also