Enum SidebarType
Specifies the Sidebar types.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum SidebarType
Fields
| Name | Description |
|---|---|
| Auto | Sidebar with |
| Over | The sidebar floats over the main content area. |
| Push | The sidebar pushes the main content area to appear side-by-side, and shrinks the main content within the screen width. |
| Slide | The sidebar translates the x and y positions of the main content area based on the sidebar width. |