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