FluentDesignForm.OptionsAdaptiveLayout Property
In This Article
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 |
---|---|
Options |
A Options |
#Remarks
See the Fluent Design Form article to learn more.
See Also