PopupControlAdaptivitySettings.HorizontalAlign Property
In This Article
Gets or sets the value that defines the horizontal alignment of the popup window in adaptive mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(PopupAdaptiveHorizontalAlign.WindowCenter)]
public PopupAdaptiveHorizontalAlign HorizontalAlign { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Popup |
Window |
One of the Popup |
Available values:
Name | Description |
---|---|
Window |
The popup window in adaptive mode is displayed on the left of the browser’s window. |
Window |
The popup window in adaptive mode is displayed so that it is horizontally aligned at the center of the browser’s window. |
Window |
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:
Library | Object Type | Path to Horizontal |
---|---|---|
ASP. |
Popup |
|
ASP. |
ASPx |
|
See Also