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

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

Declaration

public virtual object NewValue { get; set; }

Property Value

Type Description
Object

A Object value representing the option’s current value.

See Also