Skip to main content

AccordionControlElementBase.Name Property

Gets or sets the name of this element.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
String

A String value that is the element name.

See Also