Enum AccordionSelectionMode
Defines the minimum and maximum number of selected items allowed in an Accordion control.
Namespace: Syncfusion.Windows.Controls.Layout
Assembly: Syncfusion.SfAccordion.WPF.dll
Syntax
public enum AccordionSelectionMode
Fields
| Name | Description |
|---|---|
| One | Exactly one item must be selected in the Accordion. |
| OneOrMore | At least one item must be selected in the Accordion. |
| ZeroOrMore | Any number of items can be selected in the Accordion. |
| ZeroOrOne | No more than one item can be selected in the accordion. |