Skip to main content
All docs
V19.2
Tab

GridCustomizationDialogPopupAdaptivitySettings.HorizontalAlign 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.v19.2.dll

Declaration

public PopupAdaptiveHorizontalAlign HorizontalAlign { get; set; }

Property Value

Type
PopupAdaptiveHorizontalAlign

Available values:

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.

Property Paths

You can access this nested property as listed below:

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