Class TabControlDropDownDisplayMode
Specifies when drop down menu of the RadTabControl should be shown.
Inheritance
System.Object
TabControlDropDownDisplayMode
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class TabControlDropDownDisplayMode : Enum
Fields
Collapsed
The drop down will never be shown.
Declaration
public const TabControlDropDownDisplayMode Collapsed
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Visible
The drop down will always be visible.
Declaration
public const TabControlDropDownDisplayMode Visible
Field Value
WhenNeeded
The drop down will be shown only when there is not enough space to arrange the items.
Declaration
public const TabControlDropDownDisplayMode WhenNeeded