Specifies the ways a RadzenSidebar component renders inside RadzenLayout.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public enum SidebarPosition| Name | Description |
|---|---|
| Left | The RadzenSidebar component is displayed at the start of RadzenLayout. |
| Right | The RadzenSidebar component is displayed at the end of RadzenLayout. |
| Start | The RadzenSidebar component is displayed at the start of RadzenLayout. |
| End | The RadzenSidebar component is displayed at the end of RadzenLayout. |