Class SidebarPosition
Specifies the Sidebar positions.
Inheritance
System.Object
SidebarPosition
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SidebarPosition : Enum
Fields
Left
Specifies the position of the Left Sidebar corresponding to the main content.
Declaration
public const SidebarPosition Left
Field Value
Type |
---|
SidebarPosition |
Right
Specifies the position of the Right Sidebar corresponding to the main content.
Declaration
public const SidebarPosition Right
Field Value
Type |
---|
SidebarPosition |