menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpandMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpandMode

    Specifies the option to expand single or multiple panel at a time in the SfAccordion component.

    Inheritance
    System.Object
    ExpandMode
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ExpandMode : Enum

    Fields

    Multiple

    Allows expanding multiple panels.

    Declaration
    public const ExpandMode Multiple
    Field Value
    Type
    ExpandMode

    Single

    Allows expanding only a single panel.

    Declaration
    public const ExpandMode Single
    Field Value
    Type
    ExpandMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved