Skip to main content
Tab

PopupWindow.SettingsAdaptivity Property

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
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