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

BaseOptionChangedEventArgs.NewValue Property

Gets or sets the option’s current value.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

public virtual object NewValue { get; set; }

Property Value

Type Description
Object

A Object value representing the option’s current value.

See Also