Back to Devexpress

PopupControlAdaptivityMode Enum

aspnet-devexpress-dot-web-77e228ed.md

latest1.8 KB
Original Source

PopupControlAdaptivityMode Enum

List values that specify the ASPxPopupControl‘s adaptivity mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PopupControlAdaptivityMode
vb
Public Enum PopupControlAdaptivityMode

Members

NameDescription
Off

Adaptivity mode is not used.

| | OnWindowInnerWidth |

Adaptive mode is enabled when the browser window inner width is less than or equal to the value specified by the PopupControlAdaptivitySettings.SwitchAtWindowInnerWidth

| | Always |

Adaptivity mode is always enabled.

|

The following properties accept/return PopupControlAdaptivityMode values:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapGridPopupEditFormAdaptivitySettings.Mode
ASP.NET Web Forms ControlsGridEditFormPopupControlAdaptivitySettings.Mode
GridPopupControlAdaptivitySettings.Mode
PopupControlAdaptivitySettings.Mode

See Also

DevExpress.Web Namespace