aspnet-devexpress-dot-web-aa7f2d27.md
Lists the values that specify the direction in which the first sub menu is displayed.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum FirstSubMenuDirection
Public Enum FirstSubMenuDirection
| 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.
|
The following properties accept/return FirstSubMenuDirection values:
Values listed by this enumeration are used to set the ASPxMenu.FirstSubMenuDirection property.
See Also