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

dxDefaultOverlayModeThreshold Constant

In This Article

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

Delphi
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