Skip to main content

PopupAdaptiveVerticalAlign Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum PopupAdaptiveVerticalAlign

Members

Name Description
WindowTop

The popup window in adaptive mode is displayed at the top of the browser’s window.

WindowCenter

The popup window in adaptive mode is displayed so that it is vertically aligned at the center of the browser’s window.

WindowBottom

The popup window in adaptive mode is displayed at the bottom 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