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 : EnumFields
Multiple
Allows expanding multiple panels.
Declaration
public const ExpandMode MultipleField Value
| Type | 
|---|
| ExpandMode | 
Single
Allows expanding only a single panel.
Declaration
public const ExpandMode SingleField Value
| Type | 
|---|
| ExpandMode |