Back to Devexpress

OptionsAdaptiveLayout.AdaptiveLayout Property

windowsforms-devexpress-dot-xtrabars-dot-fluentdesignsystem-dot-optionsadaptivelayout-04834f41.md

latest1.9 KB
Original Source

OptionsAdaptiveLayout.AdaptiveLayout Property

Gets or sets whether the Fluent Design Form automatically switches the embedded Hamburger Menu’s display mode depending on the form’s width.

Namespace : DevExpress.XtraBars.FluentDesignSystem

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public virtual bool AdaptiveLayout { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property AdaptiveLayout As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to enable the adaptive layout feature for the embedded Hamburger Menu; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AdaptiveLayout
FluentDesignForm

.OptionsAdaptiveLayout .AdaptiveLayout

|

Remarks

See Fluent Design Form to learn more.

See Also

OptionsAdaptiveLayout Class

OptionsAdaptiveLayout Members

DevExpress.XtraBars.FluentDesignSystem Namespace