Class SidebarType
Specifies the Sidebar types.
Inheritance
System.Object
SidebarType
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SidebarType : Enum
Fields
Auto
Sidebar with Over
type in mobile resolution and Push
type in other higher resolutions.
Declaration
public const SidebarType Auto
Field Value
Type |
---|
SidebarType |
Over
The sidebar floats over the main content area.
Declaration
public const SidebarType Over
Field Value
Type |
---|
SidebarType |
Push
The sidebar pushes the main content area to appear side-by-side, and shrinks the main content within the screen width.
Declaration
public const SidebarType Push
Field Value
Type |
---|
SidebarType |
Slide
The sidebar translates the x and y positions of the main content area based on the sidebar width.
Declaration
public const SidebarType Slide
Field Value
Type |
---|
SidebarType |