Enum MenuPlacementMode
Describes the placement of where a RadMenuItem sub-menu appears on the screen.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum MenuPlacementMode
Auto
Indicates that the preferred location of the RadMenuItem sub-menu is at the bottom for RadMenuItems inside System.Windows.Controls.Orientation.Horizontal RadMenu control or is at the right for all other cases.
Bottom
Indicates that the preferred location of the RadMenuItem sub-menu is at the bottom.
Left
Indicates that the preferred location of the RadMenuItem sub-menu is at the left.
Right
Indicates that the preferred location of the RadMenuItem sub-menu is at the right.
Top
Indicates that the preferred location of the RadMenuItem sub-menu is at the top.