Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[DXCategory("Options")]
public OptionsAdaptiveLayout OptionsAdaptiveLayout { get; }

#Property Value

Type Description
OptionsAdaptiveLayout

A OptionsAdaptiveLayout object that stores Adaptive Layout Mode settings.

#Remarks

See the Fluent Design Form article to learn more.

See Also