Class ExpandMode
Specifies the option to expand single or multiple panel at a time.
Inheritance
System.Object
ExpandMode
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExpandMode : Enum
Fields
Multiple
Denotes multiple panel expansion.
Declaration
public const ExpandMode Multiple
Field Value
Type | Description |
---|---|
ExpandMode |
Single
Denotes single panel expansion.
Declaration
public const ExpandMode Single
Field Value
Type | Description |
---|---|
ExpandMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |