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.1.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