Skip to main content
A newer version of this page is available. .
Tab

PopupAdaptiveHorizontalAlign Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum PopupAdaptiveHorizontalAlign

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.

See Also