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

AccordionControlElementBase.Enabled Property

Gets or sets whether the element is enabled.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the element is enabled; otherwise, false.

Remarks

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

See Also