FluentDesignForm.FluentDesignFormControl Property
Gets or sets the FluentDesignFormControl associated with this FluentDesignForm.
Namespace: DevExpress.XtraBars.FluentDesignSystem
Assembly: DevExpress.XtraBars.v24.1.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.
See Also