RadControls for WPF

Describes the ability of an item to be positioned in the Overflow area.

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

Syntax

C#
public enum OverflowMode
Visual Basic
Public Enumeration OverflowMode

Members

Member nameValueDescription
AsNeeded0 The item can be positioned in the Overflow area.
Always1 The item will always be positioned in the Overflow area.
Never2 The item will never to be positioned in the Overflow area.

See Also