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

PopupControlAdaptivitySettings.VerticalAlign Property

Gets or sets the value that defines the vertical alignment of the popup window in adaptive mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PopupAdaptiveVerticalAlign.WindowTop)]
public PopupAdaptiveVerticalAlign VerticalAlign { get; set; }

Property Value

Type Default Description
PopupAdaptiveVerticalAlign WindowTop

One of the PopupAdaptiveVerticalAlign enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to VerticalAlign
ASP.NET MVC Extensions PopupControlSettings
.SettingsAdaptivity .VerticalAlign
ASP.NET Web Forms Controls ASPxPopupControl
.SettingsAdaptivity .VerticalAlign

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the VerticalAlign property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also