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

MenuItemAlignment Enum

Lists the values used to specify menu root items’ alignment.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum MenuItemAlignment

Members

Name Description
Default

The menu root items are positioned in standard order.

Left

The menu root items are positioned at the menu’s left.

Center

The menu root items are positioned at the menu’s center.

Right

The menu root items are positioned at the menu’s right.

Related API Members

The following properties accept/return MenuItemAlignment values:

Library Related API Members
ASP.NET Controls and MVC Extensions MenuItem.Alignment
ASP.NET Bootstrap Controls BootstrapCardViewToolbarItemBase.Alignment
BootstrapGridViewToolbarItemBase.Alignment
BootstrapMenuItem.Alignment
BootstrapToolbarItemBase.Alignment

Remarks

Values listed by this enumerator are used to set the MenuItem.Alignment property value.

See Also