Back to Devexpress

PopupVerticalAlign Enum

aspnet-devexpress-dot-web-a2ebe3f1.md

latest4.6 KB
Original Source

PopupVerticalAlign Enum

Specifies a popup element’s vertical alignment.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PopupVerticalAlign
vb
Public Enum PopupVerticalAlign

Members

NameDescription
NotSet

A popup element is displayed on the y-coordinate of the mouse cursor position.

| | Above |

A popup element is displayed above the corresponding HTML element so that the y-coordinate of the popup element’s bottom border is equal to the y-coordinate of the HTML element’s top border.

| | TopSides |

A popup element is displayed so that the y-coordinate of the popup element’s top border equals the y-coordinate of the corresponding HTML element’s top border.

| | Middle |

A popup element is displayed so that the y-coordinate of the popup element’s center equals the y-coordinate of the corresponding HTML element’s center.

| | BottomSides |

A popup element is displayed so that the y-coordinate of the popup element’s bottom border equals the y-coordinate of the corresponding HTML element’s bottom border.

| | Below |

A popup element is displayed below the corresponding HTML element so that the y-coordinate of the popup element’s top border equals the y-coordinate of the HTML element’s bottom border.

| | WindowCenter |

A popup element is displayed so that it is vertically aligned at the center of the browser’s window.

|

The following properties accept/return PopupVerticalAlign values:

Show 11 items

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxDropDownEditBase.PopupVerticalAlign
ASPxPopupControl.PopupVerticalAlign
ASPxPopupMenu.PopupVerticalAlign
DropDownEditPropertiesBase.PopupVerticalAlign
GridCustomizationWindowPopupSettings.VerticalAlign
GridEditFormPopupSettings.VerticalAlign
GridFilterControlPopupSettings.VerticalAlign
RibbonSettingsPopupMenu.PopupVerticalAlign
TreeListSettingsPopupEditForm.VerticalAlign
ASP.NET MVC ExtensionsPopupControlSettings.PopupVerticalAlign
PopupMenuSettings.PopupVerticalAlign

Remarks

The PopupVerticalAlign enumerator contains values that specify the vertical alignment of a popup element (a popup menu or popup window) relative to the corresponding web control or HTML element specified by the PopupElementID property (a popup menu’s ASPxPopupMenu.PopupElementID, a popup control’s ASPxPopupControl.PopupElementID or a popup window’s PopupWindow.PopupElementID). The values of this enumerator are used to set the PopupVerticalAlign property (the ASPxPopupMenu.PopupVerticalAlign or ASPxPopupControl.PopupVerticalAlign).

See Also

DevExpress.Web Namespace