Define the global layout of your application with header, sidebar, body, and footer regions.
Create a standard layout with sidebar navigation, header, and footer sections using RadzenLayout components.
Create a sidebar that spans the full height of the viewport, sitting alongside the header and content.
Create a sidebar that overlays the content when opened, perfect for responsive mobile layouts.
Create a full-height overlay sidebar that covers the entire viewport height when opened.
Use Position="SidebarPosition.Right" if you need to explicitly position the sidebar to the right, or Position="SidebarPosition.End" if you need to take into account RTL support.
Position a full-height sidebar on the right side of the layout.
Use Position="SidebarPosition.Right" and Position="SidebarPosition.Left" if you need to explicitly position the sidebar to the right or to the left, without taking into account LTR or RTL direction.
Use Position="SidebarPosition.Start" or Position="SidebarPosition.End" for international applications with RTL support.
Create a compact icon-only sidebar that expands to show labels on hover or click.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT