Back to Devexpress

AccordionControlElementBase.Name Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelementbase-e7d21cf7.md

latest1.2 KB
Original Source

AccordionControlElementBase.Name Property

Gets or sets the name of this element.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public string Name { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Property Name As String

Property Value

TypeDescription
String

A String value that is the element name.

|

See Also

AccordionControlElementBase Class

AccordionControlElementBase Members

DevExpress.XtraBars.Navigation Namespace