Skip to main content
Bar

StandaloneBarDockControl.Name Property

Gets or sets the name of the control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(true)]
[DXCategory("Behavior")]
public string Name { get; set; }

Property Value

Type Description
String

The name of the control.

See Also