Skip to main content

FluentDesignForm.FluentDesignFormControl Property

Gets or sets the FluentDesignFormControl associated with this FluentDesignForm.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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