Enum TabControlDropDownDisplayMode
Specifies when drop down menu of the RadTabControl should be shown.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum TabControlDropDownDisplayMode
Collapsed
The drop down will never be shown.
Visible
The drop down will always be visible.
WhenNeeded
The drop down will be shown only when there is not enough space to arrange the items.