Skip to main content

AccordionControlElementBase.Expanded Property

Gets or sets whether the element is expanded.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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