ToolbarFormControl.ToolTipController Property
In This Article
Gets or sets the ToolTipController associated with this ToolbarFormControl.
Namespace: DevExpress.XtraBars.ToolbarForm
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(null)]
public virtual ToolTipController ToolTipController { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tool |
null | The Tool |
See Also