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

DefaultToolTipController.DefaultController Property

Returns the object which represents the Default ToolTipController.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Controller")]
public ToolTipController DefaultController { get; }

Property Value

Type Description
ToolTipController

A ToolTipController object which represents the Default ToolTipController.

Remarks

See the Tooltip Management for more information on the Default ToolTipController.

See Also