PopupWindow.SettingsAdaptivity Property
In This Article
Provides access to the popup window’s adaptivity settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindowAdaptivitySettings SettingsAdaptivity { get; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#Remarks
Note that the alignment settings in adaptive mode can be defined only for the ASPxPopupControl via the PopupControlAdaptivitySettings.HorizontalAlign and PopupControlAdaptivitySettings.VerticalAlign properties.
See Also