Show / Hide Table of Contents

Enum AccordionSelectionMode

Defines the minimum and maximum number of selected items allowed in an Accordion control.

Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Layout.Toolkit.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.

  • Improve this Doc
  • View Source