Skip to main content

PopupAdaptiveHorizontalAlign Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also