PopupControlAdaptivityMode Enum
In This Article
List values that specify the PopupControl’s adaptivity mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Off | Adaptivity mode is not used. |
On |
Adaptive mode is enabled when the browser window inner width is less than or equal to the value specified by the Popup |
Always | Adaptivity mode is always enabled. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also