Table of Contents

Enum TabPosition

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Specifies the ways a RadzenTabs component renders its titles.

public enum TabPosition
Extension Methods

Fields

Bottom = 2

The RadzenTabs titles are displayed at the bottom of the component.

BottomRight = 3

The RadzenTabs titles are displayed at the bottom right side of the component.

Left = 4

The RadzenTabs titles are displayed at the left side of the component.

Right = 5

The RadzenTabs titles are displayed at the right side of the component.

Top = 0

The RadzenTabs titles are displayed at the top of the component.

TopRight = 1

The RadzenTabs titles are displayed at the top right side of the component.