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

BaseOptionChangedEventArgs.OldValue Property

Gets the option’s previous value.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public object OldValue { get; }

Property Value

Type Description
Object

A Object value representing the option’s previous value.

See Also