dxDefaultOverlayModeThreshold Constant
Specifies the default threshold width (in pixels) of a Fluent Design form at which an embedded Hamburger Menu switches between overlay and minimized display modes.
Declaration
const dxDefaultOverlayModeThreshold = 450;
Remarks
The dxDefaultInlineModeThreshold and dxDefaultOverlayModeThreshold global constants determine the default form size thresholds (or “breakpoints”) that delimit three Fluent Design form layouts that target different window or screen sizes.
The dxDefaultOverlayModeThreshold global constant defines the default value of a Fluent Design form’s AdaptiveLayoutOptions.OverlayModeThreshold property.
See Also