Back to Devexpress

PopupAdaptiveHorizontalAlign Enum

aspnet-devexpress-dot-web-485451fe.md

latest1.5 KB
Original Source

PopupAdaptiveHorizontalAlign Enum

Specifies the horizontal alignment of the popup control in adaptive mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PopupAdaptiveHorizontalAlign
vb
Public Enum PopupAdaptiveHorizontalAlign

Members

NameDescription
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:

Remarks

PopupAdaptiveHorizontalAlign enumerator contains values that specify the horizontal alignment of the popup control in adaptive mode relative to the browser’s window.

See Also

DevExpress.Web Namespace