Back to Devexpress

FluentDesignForm.FluentDesignFormControl Property

windowsforms-devexpress-dot-xtrabars-dot-fluentdesignsystem-dot-fluentdesignform-1add5032.md

latest2.3 KB
Original Source

FluentDesignForm.FluentDesignFormControl Property

Gets or sets the FluentDesignFormControl associated with this FluentDesignForm.

Namespace : DevExpress.XtraBars.FluentDesignSystem

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public FluentDesignFormControl FluentDesignFormControl { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property FluentDesignFormControl As FluentDesignFormControl

Property Value

TypeDefaultDescription
FluentDesignFormControlnull

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

FluentDesignForm Class

FluentDesignForm Members

DevExpress.XtraBars.FluentDesignSystem Namespace