Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

GridCustomizationDialogPopupAdaptivitySettings.VerticalAlign Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public PopupAdaptiveVerticalAlign VerticalAlign { get; set; }

Property Value

Type
PopupAdaptiveVerticalAlign

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:

Object Type Path to VerticalAlign
GridCustomizationDialogPopupSettings
.SettingsAdaptivity.VerticalAlign
See Also