PopupControlAdaptivityMode Enum
List values that specify the ASPxPopupControl‘s adaptivity mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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 Bootstrap Controls | BootstrapGridPopupEditFormAdaptivitySettings.Mode |
ASP.NET Web Forms Controls | GridEditFormPopupControlAdaptivitySettings.Mode |
GridPopupControlAdaptivitySettings.Mode | |
PopupControlAdaptivitySettings.Mode |
See Also