FluentDesignForm.FluentDesignFormControl Property
In This Article
Gets or sets the FluentDesignFormControl associated with this FluentDesignForm.
Namespace: DevExpress.XtraBars.FluentDesignSystem
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public FluentDesignFormControl FluentDesignFormControl { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Fluent |
null | The Fluent |
#Remarks
The AccordionControl owned by this FluentDesignForm can partly overlap the FluentDesignFormControl if the ExtendNavPaneToFormTitle property returns true.
See Also