ToolbarFormControl.ToolbarForm Property
In This Article
The ToolbarForm that whose title bar is represented by this ToolbarFormControl.
Namespace: DevExpress.XtraBars.ToolbarForm
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public virtual ToolbarForm ToolbarForm { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Toolbar |
null | The Toolbar |
See Also