PopupMenuSettings.PopupHorizontalAlign Property
Gets or sets a popup menu’s horizontal alignment.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
PopupHorizontalAlign | One of the PopupHorizontalAlign enumeration values. |
Available values:
Name | Description |
---|---|
NotSet | A popup element is displayed on the x-coordinate of the mouse cursor position. |
OutsideLeft | A popup element is displayed to the left of the corresponding HTML element, so that the x-coordinate of the popup element’s right border is equal to the x-coordinate of the HTML element’s left border. |
LeftSides | A popup element is displayed so that its left border’s x-coordinate equals the x-coordinate of the corresponding HTML element’s left border. |
Center | A popup element is displayed so that the x-coordinate of the popup element’s center equals the x-coordinate of the corresponding HTML element’s center. |
RightSides | A popup element is displayed so that the x-coordinate of the popup element’s right border equals the x-coordinate of the corresponding HTML element’s right border. |
OutsideRight | A popup element is displayed to the right of the corresponding HTML element so that the x-coordinate of the popup element’s left border is equal to the x-coordinate of the HTML element’s right border. |
WindowCenter | A popup element is displayed so that it is horizontally aligned at the center of the browser’s window. |
Remarks
The popup menu is aligned horizontally on the x-coordinate of the mouse cursor position by default. Use the PopupHorizontalAlign property to set the menu alignment relative to the corresponding element specified by the PopupMenuSettings.PopupElementID property, or to display the menu at the center of the browser window.