Skip to main content
A newer version of this page is available. .
Tab

PopupControlAdaptivityMode Enum

List values that specify the ASPxPopupControl‘s adaptivity mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum PopupControlAdaptivityMode

Members

Name Description
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.

Related API Members

The following properties accept/return PopupControlAdaptivityMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions GridCustomizationDialogPopupAdaptivitySettings.Mode
GridEditFormPopupControlAdaptivitySettings.Mode
GridPopupControlAdaptivitySettings.Mode
PopupControlAdaptivitySettings.Mode
ASP.NET Bootstrap Controls BootstrapGridPopupEditFormAdaptivitySettings.Mode

Remarks

The values listed by this enumeration are used to set the PopupControlAdaptivitySettings.Mode, GridPopupControlAdaptivitySettings.Mode, and GridCustomizationDialogPopupAdaptivitySettings.Mode properties.

See Also