RadControls for WPF

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

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public enum TabControlDropDownDisplayMode
Visual Basic
Public Enumeration TabControlDropDownDisplayMode

Members

Member nameValueDescription
Collapsed0 The drop down will never be shown.
Visible1 The drop down will always be visible.
WhenNeeded2 The drop down will be shown only when there is not enough space to arrange the items.

See Also