Skip to main content

AccordionControlElementBase.Enabled Property

Gets or sets whether the element is enabled.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.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