PopupAdaptiveVerticalAlign Enum
In This Article
Specifies the vertical alignment of the popup control in adaptive mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Window |
The popup window in adaptive mode is displayed at the top of the browser’s window. |
Window |
The popup window in adaptive mode is displayed so that it is vertically aligned at the center of the browser’s window. |
Window |
The popup window in adaptive mode is displayed at the bottom of the browser’s window. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also