Skip to main content
A newer version of this page is available. .

FluentDesignForm.FluentDesignFormControl Property

Gets or sets the FluentDesignFormControl associated with this FluentDesignForm.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
public FluentDesignFormControl FluentDesignFormControl { get; set; }

Property Value

Type Default Description
FluentDesignFormControl *null*

The FluentDesignFormControl associated with this FluentDesignForm.

Remarks

The AccordionControl owned by this FluentDesignForm can partly overlap the FluentDesignFormControl if the ExtendNavPaneToFormTitle property returns true.

Fluent Design Form - Accordion Sizes

See Also