Enum SidebarPosition
Specifies the ways a RadzenSidebar component renders inside RadzenLayout.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum SidebarPosition
Fields
| Name | Description |
|---|---|
| End | The RadzenSidebar component is displayed at the end of RadzenLayout. |
| 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. |