Enum
MenuPlacementMode

Describes the placement of where a RadMenuItem sub-menu appears on the screen.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum MenuPlacementMode

Fields

Auto

Indicates that the preferred location of the RadMenuItem sub-menu is at the bottom for RadMenuItems inside RadMenu control or is at the right for all other cases.

Declaration

cs-api-definition
Auto = 0

Field Value

MenuPlacementMode

Bottom

Indicates that the preferred location of the RadMenuItem sub-menu is at the bottom.

Declaration

cs-api-definition
Bottom = 4

Field Value

MenuPlacementMode

Left

Indicates that the preferred location of the RadMenuItem sub-menu is at the left.

Declaration

cs-api-definition
Left = 1

Field Value

MenuPlacementMode

Right

Indicates that the preferred location of the RadMenuItem sub-menu is at the right.

Declaration

cs-api-definition
Right = 3

Field Value

MenuPlacementMode

Top

Indicates that the preferred location of the RadMenuItem sub-menu is at the top.

Declaration

cs-api-definition
Top = 2

Field Value

MenuPlacementMode

In this article
DefinitionFieldsAutoBottomLeftRightTop
Not finding the help you need?
Contact Support