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

BaseOptionChangedEventArgs.Name Property

Gets the name of the option whose value has been changed.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value representing the option’s name.

See Also