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

AccordionControlElementBase.Name Property

Gets or sets the name of this element.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
String

A String value that is the element name.

See Also