Back to Devexpress

OptionsAdaptiveLayout.OverlayModeThreshold Property

windowsforms-devexpress-dot-xtrabars-dot-fluentdesignsystem-dot-optionsadaptivelayout-c143ba83.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(450)]
public int OverlayModeThreshold { get; set; }
vb
<DefaultValue(450)>
Public Property OverlayModeThreshold As Integer

Property Value

TypeDefaultDescription
Int32450

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 TypePath to OverlayModeThreshold
FluentDesignForm

.OptionsAdaptiveLayout .OverlayModeThreshold

|

Remarks

See OptionsAdaptiveLayout.InlineModeThreshold to learn more.

See Also

OptionsAdaptiveLayout Class

OptionsAdaptiveLayout Members

DevExpress.XtraBars.FluentDesignSystem Namespace