Enum
OverflowMode

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum OverflowMode

Fields

Always

The item will always be positioned in the Overflow area.

Declaration

cs-api-definition
Always = 1

Field Value

OverflowMode

AsNeeded

The item can be positioned in the Overflow area.

Declaration

cs-api-definition
AsNeeded = 0

Field Value

OverflowMode

Never

The item will never to be positioned in the Overflow area.

Declaration

cs-api-definition
Never = 2

Field Value

OverflowMode

In this article
DefinitionFieldsAlwaysAsNeededNever
Not finding the help you need?
Contact Support