Demonstration and configuration of the Radzen Blazor Tabs component.
These demos showcase tabbed interfaces with various configurations including tab positioning, server/client render modes, dynamic tab item modifications, tab wrapping behavior, and conditional tab change prevention with the CanChange event.
Use the TabPosition property to position tabs at the top, bottom, left, or right of the content area.
Only selected tab content will be rendered.
All tabs will be rendered initially and tab change will be performed completely using JavaScript
Demonstrating modifications to the TabItem collection
Demonstrating wrap of the Tab items
Demonstrating how to prevent Tab change
The following keys or key combinations provide a way for users to navigate and interact with Radzen Blazor Tabs component.
| Press this key | To do this |
|---|---|
| Tab | Navigate to a Tabs component. |
| RightArrow | Focus next Tab. |
| LeftArrow | Focus previous Tab. |
| Space or Enter on a focused Tab | Select the Tab. |
Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under
MIT