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

SelectionMode Enum

Lists values that specify whether AccordionItems can be selected.

Namespace: DevExpress.Xpf.Accordion

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

Declaration

public enum SelectionMode

Members

Name Description
None

accordion items cannot be selected.

Single

A single accordion item can be selected.

Related API Members

The following properties accept/return SelectionMode values:

Remarks

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

See Also