RadzenLayout allows you to define the global layout of your application (usually used in MainLayout.razor).
It has header, sidebar, body and footer sections which correspond to the RadzenHeader
, RadzenSidebar
, RadzenBody
and RadzenFooter
components.
Sections are optional and can be omitted.
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.
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.
Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under
MIT