Skip to main content
A newer version of this page is available. .
Tab

FirstSubMenuDirection Enum

Lists the values that specify the direction in which the first sub menu is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum FirstSubMenuDirection

Members

Name Description
Auto

The first sub-menu direction is determined automatically.

RightOrBottom

The first sub-menu is displayed to the right of the menu for a vertically oriented menu, and below the menu for a horizontally oriented menu.

LeftOrTop

The first sub-menu is displayed to the left of the menu for a vertically oriented menu, and above the menu for a horizontally oriented menu.

Related API Members

The following properties accept/return FirstSubMenuDirection values:

Remarks

Values listed by this enumeration are used to set the ASPxMenu.FirstSubMenuDirection property.

See Also