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

AccordionControlElementBase.Expanded Property

Gets or sets whether the element is expanded.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public bool Expanded { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the element is expanded; otherwise, false.

Remarks

The following elements support expansion:

Single or multiple elements can be expanded simultaneously. Use the AccordionControl.ExpandElementMode property to specify element expansion mode.

See Also