dxDefaultInlineModeThreshold Constant
Specifies the default threshold width (in pixels) of a Fluent Design form at which an embedded Hamburger Menu switches between inline and overlay display modes.
Declaration
const dxDefaultInlineModeThreshold = 650;
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 dxDefaultInlineModeThreshold global constant defines the default value of a Fluent Design form’s AdaptiveLayoutOptions.InlineModeThreshold property.
See Also