AccordionControlElementBase.Enabled Property
Gets or sets whether the element is enabled.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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