Skip to main content
Tab

PopupControlAdaptivitySettings Class

Contains the settings that relate to the ASPxPopupControl‘s adaptivity settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class PopupControlAdaptivitySettings :
    PropertiesBase

The following members return PopupControlAdaptivitySettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxPopupControl.SettingsAdaptivity
ASP.NET MVC Extensions PopupControlSettings.SettingsAdaptivity

#Remarks

An object of the PopupControlAdaptivitySettings type can be accessed using the ASPxPopupControl.SettingsAdaptivity or PopupControlSettings.SettingsAdaptivity properties.

#Implements

See Also