MenuItemAlignment Enum
Lists the values used to specify menu root items’ alignment.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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:
Remarks
Values listed by this enumerator are used to set the MenuItem.Alignment property value.
See Also