Back to Devexpress

ToolbarFormControl.ToolbarForm Property

windowsforms-devexpress-dot-xtrabars-dot-toolbarform-dot-toolbarformcontrol.md

latest1.4 KB
Original Source

ToolbarFormControl.ToolbarForm Property

The ToolbarForm that whose title bar is represented by this ToolbarFormControl.

Namespace : DevExpress.XtraBars.ToolbarForm

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
ToolbarFormnull

The ToolbarForm that has this ToolbarFormControl as a title bar.

|

See Also

ToolbarFormControl Class

ToolbarFormControl Members

DevExpress.XtraBars.ToolbarForm Namespace