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

NavigationBarItem.Name Property

Gets or sets the object’s name.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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