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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 |
|
Remarks
See OptionsAdaptiveLayout.InlineModeThreshold to learn more.
See Also