Skip to main content

TdxFluentDesignFormAdaptiveLayoutOptions.OverlayModeThreshold Property

Specifies the form’s threshold width (in pixels) at which an embedded Hamburger Menu switches between overlay and minimized display modes.

Declaration

property OverlayModeThreshold: Integer read; write; default dxDefaultOverlayModeThreshold;

Property Value

Type Default
Integer dxDefaultOverlayModeThreshold

Remarks

A Fluent Design form can adapt an associated NavBar control with the active Hamburger Menu view to different target form sizes. The InlineModeThreshold and OverlayModeThreshold properties specify two threshold widths that delimit three target form layouts. Use the OverlayModeThreshold property to adjust the second threshold form width at which the Hamburger Menu changes its display mode from:

  • Overlay to minimized once the resized form’s width becomes less than the threshold value.

  • Minimized to overlay once the resized form’s width exceeds the threshold value.

The OverlayModeThreshold property’s default value is the dxDefaultOverlayModeThreshold global constant.

See Also