menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum AccordionSelectionMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved