PopupControlAdaptivitySettings.HorizontalAlign Property
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
Declaration
[DefaultValue(PopupAdaptiveHorizontalAlign.WindowCenter)]
public PopupAdaptiveHorizontalAlign HorizontalAlign { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PopupAdaptiveHorizontalAlign | WindowCenter | One of the PopupAdaptiveHorizontalAlign enumeration values. |
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:
Library | Object Type | Path to HorizontalAlign |
---|---|---|
ASP.NET MVC Extensions | PopupControlSettings |
|
ASP.NET Web Forms Controls | ASPxPopupControl |
|
See Also