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.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(true)]
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