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

ExpandMode Enum

Lists values that specify the number of accordion items that can be expanded simultaneously.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Accordion, DevExpress.Wpf.Navigation

Declaration

public enum ExpandMode

Members

Name Description
MultipleOrNone

Any number of accordion items can be expanded.

Multiple

At least one accordion item is always expanded.

SingleOrNone

A single accordion item can be expanded.

Single

A single accordion item is always expanded.

Related API Members

The following properties accept/return ExpandMode values:

Remarks

The values listed by this enumeration are used to set the AccordionControl.ExpandMode property’s value.

See Also