Back to Devexpress

FluentDesignForm.OptionsAdaptiveLayout Property

windowsforms-devexpress-dot-xtrabars-dot-fluentdesignsystem-dot-fluentdesignform-c1685de1.md

latest2.1 KB
Original Source

FluentDesignForm.OptionsAdaptiveLayout Property

Provides access to settings that allow the AccordionControl associated with this FluentDesignForm to automatically expand or collapse as a user resizes this form.

Namespace : DevExpress.XtraBars.FluentDesignSystem

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[DXCategory("Options")]
public OptionsAdaptiveLayout OptionsAdaptiveLayout { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
<DXCategory("Options")>
Public ReadOnly Property OptionsAdaptiveLayout As OptionsAdaptiveLayout

Property Value

TypeDescription
OptionsAdaptiveLayout

A OptionsAdaptiveLayout object that stores Adaptive Layout Mode settings.

|

Remarks

See the Fluent Design Form article to learn more.

See Also

FluentDesignForm Class

FluentDesignForm Members

DevExpress.XtraBars.FluentDesignSystem Namespace