Enum
TabPosition

The possible positions of the tab list in a Tab Strip in relation to the content.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum TabPosition

Fields

Bottom

The list of tabs is below the content.

Declaration

cs-api-definition
Bottom = 1

Field Value

TabPosition

Left

The list of tabs is to the left of the content.

Declaration

cs-api-definition
Left = 2

Field Value

TabPosition

Right

The list of tabs is to the right of the content.

Declaration

cs-api-definition
Right = 3

Field Value

TabPosition

Top

The list of tabs is above the content.

Declaration

cs-api-definition
Top = 0

Field Value

TabPosition

In this article
DefinitionFieldsBottomLeftRightTop
Not finding the help you need?
Contact Support