aspnet-devexpress-dot-web-485451fe.md
Specifies the horizontal alignment of the popup control in adaptive mode.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum PopupAdaptiveHorizontalAlign
Public Enum PopupAdaptiveHorizontalAlign
| Name | Description |
|---|---|
WindowLeft |
The popup window in adaptive mode is displayed on the left of the browser’s window.
|
| WindowCenter |
The popup window in adaptive mode is displayed so that it is horizontally aligned at the center of the browser’s window.
|
| WindowRight |
The popup window in adaptive mode is displayed on the right of the browser’s window.
|
The following properties accept/return PopupAdaptiveHorizontalAlign values:
PopupAdaptiveHorizontalAlign enumerator contains values that specify the horizontal alignment of the popup control in adaptive mode relative to the browser’s window.
See Also