FirstSubMenuDirection Enum
In This Article
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
#Members
Name | Description |
---|---|
Auto | The first sub-menu direction is determined automatically. |
Right |
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. |
Left |
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.
See Also