Enum
OutlookBarItemPosition

Defines the position of an RadOutlookBarItem.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum OutlookBarItemPosition

Fields

ActiveArea

The RadOutlookBarItem is located in the active area, which is right bellow the content area.

Declaration

cs-api-definition
ActiveArea = 1

Field Value

OutlookBarItemPosition

MinimizedArea

The RadOutlookBarItem is located in the minimized area, which is right bellow the active area.

Declaration

cs-api-definition
MinimizedArea = 2

Field Value

OutlookBarItemPosition

None

The RadOutlookBarItem is located in none of the areas.

Declaration

cs-api-definition
None = 0

Field Value

OutlookBarItemPosition

OverflowArea

The RadOutlookBarItem is located in the overflow area, which appears when the drop-down button in the minimized area is clicked.

Declaration

cs-api-definition
OverflowArea = 3

Field Value

OutlookBarItemPosition