Enum AccordionSelectionMode
Defines the minimum and maximum number of selected items allowed in an Accordion control.
Namespace: System.Windows.Controls
Assembly: Controls.Layout.Toolkit.OpenSilver.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. |