Enum
TabControlDropDownDisplayMode

Specifies when drop down menu of the RadTabControl should be shown.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum TabControlDropDownDisplayMode

Fields

Collapsed

The drop down will never be shown.

Declaration

cs-api-definition
Collapsed = 0

Field Value

TabControlDropDownDisplayMode

Visible

The drop down will always be visible.

Declaration

cs-api-definition
Visible = 1

Field Value

TabControlDropDownDisplayMode

WhenNeeded

The drop down will be shown only when there is not enough space to arrange the items.

Declaration

cs-api-definition
WhenNeeded = 2

Field Value

TabControlDropDownDisplayMode

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