Skip to main content

FirstSubMenuDirection Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also