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.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public object OldValue { get; }

Property Value

Type Description
Object

A Object value representing the option’s previous value.

See Also