Class OverflowMode
Describes the ability of an item to be positioned in the Overflow area.
Inheritance
System.Object
OverflowMode
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class OverflowMode : Enum
Fields
Always
The item will always be positioned in the Overflow area.
Declaration
public const OverflowMode Always
Field Value
OverflowMode
|
AsNeeded
The item can be positioned in the Overflow area.
Declaration
public const OverflowMode AsNeeded
Field Value
OverflowMode
|
Never
The item will never to be positioned in the Overflow area.
Declaration
public const OverflowMode Never
Field Value
OverflowMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|