PopupAdaptiveHorizontalAlign Enum
In This Article
Specifies the horizontal 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 on the left of the browser’s window. |
Window |
The popup window in adaptive mode is displayed so that it is horizontally aligned at the center of the browser’s window. |
Window |
The popup window in adaptive mode is displayed on the right of the browser’s window. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also