Enum ExpandMode
Specifies the option to expand single or multiple panel at a time in the SfAccordion component.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ExpandMode
Fields
| Name | Description |
|---|---|
| Multiple | Allows expanding multiple panels. |
| Single | Allows expanding only a single panel. |