Back to Devexpress

FirstSubMenuDirection Enum

aspnet-devexpress-dot-web-aa7f2d27.md

latest1.4 KB
Original Source

FirstSubMenuDirection Enum

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

Declaration

csharp
public enum FirstSubMenuDirection
vb
Public Enum FirstSubMenuDirection

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.Web Namespace