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

NavElement.Name Property

Gets or sets the object’s name.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

The object’s name.

See Also