Skip to main content
A newer version of this page is available. .

ValidateCellEventArgs.OldValue Property

Gets the previous value of the cell to be validated.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, DevExpress.Wpf.PropertyGrid

Declaration

public object OldValue { get; }

Property Value

Type Description
Object

A Object that is the cell’s previous value.

See Also