PopupWindow.SettingsAdaptivity Property
Provides access to the popup window’s adaptivity settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PopupWindowAdaptivitySettings | A PopupWindowAdaptivitySettings object that contains the popup window’s adaptivity settings. |
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