Skip to main content
All docs
V18.2

FluentDesignFormControl.ToolTipController Property

Gets or sets the tooltip controller associated with this FluentDesignFormControl.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Default Description
ToolTipController *null*

The ToolTipController associated with this FluentDesignFormControl.

See Also