Class OutlookBarItemPosition
Defines the position of an RadOutlookBarItem.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class OutlookBarItemPosition : Enum
Fields
ActiveArea
The RadOutlookBarItem is located in the active area, which is right bellow the content area.
Declaration
public const OutlookBarItemPosition ActiveArea
Field Value
OutlookBarItemPosition
|
MinimizedArea
The RadOutlookBarItem is located in the minimized area, which is right bellow the active area.
Declaration
public const OutlookBarItemPosition MinimizedArea
Field Value
OutlookBarItemPosition
|
None
The RadOutlookBarItem is located in none of the areas.
Declaration
public const OutlookBarItemPosition None
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
public const OutlookBarItemPosition OverflowArea
Field Value
OutlookBarItemPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|