aspnet-devexpress-dot-web-95cd65bd.md
Specifies the vertical alignment of the popup control in adaptive mode.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum PopupAdaptiveVerticalAlign
Public Enum PopupAdaptiveVerticalAlign
| Name | Description |
|---|---|
WindowTop |
The popup window in adaptive mode is displayed at the top of the browser’s window.
|
| WindowCenter |
The popup window in adaptive mode is displayed so that it is vertically aligned at the center of the browser’s window.
|
| WindowBottom |
The popup window in adaptive mode is displayed at the bottom of the browser’s window.
|
The following properties accept/return PopupAdaptiveVerticalAlign values:
PopupAdaptiveVerticalAlign enumerator contains values that specify the vertical alignment of the popup control in adaptive mode relative to the browser’s window.
See Also