Back to Devexpress

FluentDesignForm.ToolbarFormControl Property

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

latest1.8 KB
Original Source

FluentDesignForm.ToolbarFormControl 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
[EditorBrowsable(EditorBrowsableState.Never)]
public override ToolbarFormControl ToolbarFormControl { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property ToolbarFormControl As ToolbarFormControl

Property Value

TypeDescription
ToolbarFormControl

The FluentDesignFormControl associated with this FluentDesignForm.

|

See Also

FluentDesignFormControl

FluentDesignForm Class

FluentDesignForm Members

DevExpress.XtraBars.FluentDesignSystem Namespace