Enum SidebarPosition
Specifies the Sidebar positions.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum SidebarPosition
Fields
| Name | Description |
|---|---|
| Left | Specifies the position of the Left Sidebar corresponding to the main content. |
| Right | Specifies the position of the Right Sidebar corresponding to the main content. |