Skip to main content

BaseOptionChangedEventArgs.NewValue Property

Gets or sets the option’s current value.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual object NewValue { get; set; }

Property Value

Type Description
Object

A Object value representing the option’s current value.

See Also