Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxDefaultInlineModeThreshold Constant

In This Article

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

Delphi
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