Back to Devexpress

MenuItemAlignment Enum

aspnet-devexpress-dot-web-e167e48e.md

latest1.2 KB
Original Source

MenuItemAlignment Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum MenuItemAlignment
vb
Public Enum MenuItemAlignment

Members

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

|

The following properties accept/return MenuItemAlignment values:

Remarks

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

See Also

DevExpress.Web Namespace