PopupAdaptiveVerticalAlign Enum
Specifies the vertical alignment of the popup control in adaptive mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return PopupAdaptiveVerticalAlign values:
Remarks
PopupAdaptiveVerticalAlign enumerator contains values that specify the vertical alignment of the popup control in adaptive mode relative to the browser’s window.
See Also