Back to Devexpress

AccordionControlElementBase.Enabled Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelementbase-39d7c6b1.md

latest1.6 KB
Original Source

AccordionControlElementBase.Enabled Property

Gets or sets whether the element is enabled.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool Enabled { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the element is enabled; otherwise, false.

|

Remarks

If an element is disabled, it cannot be clicked and expanded.

See Also

Click

EnabledChanged

Visible

AccordionControlElementBase Class

AccordionControlElementBase Members

DevExpress.XtraBars.Navigation Namespace