Skip to main content

NavigationBarItem.Name Property

Gets or sets the object’s name.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

The object’s name.

See Also