Skip to main content

PopupControlAdaptivityMode Enum

List values that specify the PopupControl’s adaptivity mode.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also