Skip to main content
A newer version of this page is available. .

ToolbarFormControl.ToolTipController Property

Gets or sets the ToolTipController associated with this ToolbarFormControl.

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
public virtual ToolTipController ToolTipController { get; set; }

Property Value

Type Default Description
ToolTipController null

The ToolTipController associated with this ToolbarFormControl.

See Also