Class MenuPlacementMode
Describes the placement of where a Rad
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class MenuPlacementMode : Enum
Fields
Auto
Indicates that the preferred location of the Rad
Declaration
public const MenuPlacementMode Auto
Field Value
Bottom
Indicates that the preferred location of the Rad
Declaration
public const MenuPlacementMode Bottom
Field Value
Left
Indicates that the preferred location of the Rad
Declaration
public const MenuPlacementMode Left
Field Value
Right
Indicates that the preferred location of the Rad
Declaration
public const MenuPlacementMode Right
Field Value
Top
Indicates that the preferred location of the Rad
Declaration
public const MenuPlacementMode Top
Field Value
value__
Declaration
public int value__
Field Value
System.
|