Skip to main content
All docs
V24.2

NodeCellValidationArgs.OldValue Property

Gets the cell’s old valid value.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public object OldValue { get; }

#Property Value

Type Description
Object

The cell’s old valid value.

See Also