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 |