Back to Devexpress

PopupControlAdaptivitySettings Class

aspnet-devexpress-dot-web-0bed6369.md

latest2.3 KB
Original Source

PopupControlAdaptivitySettings Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PopupControlAdaptivitySettings :
    PropertiesBase
vb
Public Class PopupControlAdaptivitySettings
    Inherits PropertiesBase

The following members return PopupControlAdaptivitySettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPopupControl.SettingsAdaptivity
ASP.NET MVC ExtensionsPopupControlSettings.SettingsAdaptivity

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase PopupControlAdaptivitySettings GridPopupControlAdaptivitySettings

GridEditFormPopupControlAdaptivitySettings

GridCustomizationDialogPopupAdaptivitySettings

BootstrapGridPopupEditFormAdaptivitySettings

See Also

PopupControlAdaptivitySettings Members

DevExpress.Web Namespace