Defines the position of an RadOutlookBarItem.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum OutlookBarItemPosition
Fields
The RadOutlookBarItem is located in the active area, which is right bellow the content area.
C#
ActiveArea = 1
The RadOutlookBarItem is located in the minimized area, which is right bellow the active area.
C#
MinimizedArea = 2
The RadOutlookBarItem is located in none of the areas.
C#
None = 0
The RadOutlookBarItem is located in the overflow area, which appears when the drop-down button in the minimized area is clicked.
C#
OverflowArea = 3