Skip to main content
All docs
V24.1

Blazor Tabs

The DevExpress Tabs component for Blazor (DxTabs) allows you to build tabbed interfaces in your websites.

Run Demo Read Tutorial: Explore Features Watch Video

Blazor Navigation Landing Tab

Features

Custom Tab Header Position

You can position tab headers to the left, right, above, or below component content. Use the TabsPosition property to specify tab position.

Load Tab Content On Demand

The Tabs component can initially render the content of all tabs in the DOM, or load an active tab only and then load the content of other tabs when a user selects them.

Tab Scrolling

When tabs do not fit container width, use the ScrollMode property to display navigation buttons or enable tab swiping; you can also leave the default Auto value to allow the component to automatically adapt to the user device’s type).