Skip to main content
A newer version of this page is available. .

OptionsAdaptiveLayout.OverlayModeThreshold Property

Gets or sets the form’s width, in pixels, at which the menu’s display mode is switched between Overlay and Minimal modes.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(450)]
public int OverlayModeThreshold { get; set; }

Property Value

Type Default Description
Int32 450

The form’s width at which the menu’s display mode is switched between Overlay and Minimal modes.

Property Paths

You can access this nested property as listed below:

Object Type Path to OverlayModeThreshold
FluentDesignForm
.OptionsAdaptiveLayout.OverlayModeThreshold

Remarks

See OptionsAdaptiveLayout.InlineModeThreshold to learn more.

See Also