Skip to main content

DefaultToolTipController Class

Manages tooltips for all DevExpress controls.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public class DefaultToolTipController :
    Component,
    IExtenderProvider

Remarks

This component provides access to the Default ToolTipController, which manages tooltips for any DevExpress Control by default. To access the settings of the Default ToolTipController, use the DefaultToolTipController.DefaultController property.

The DefaultToolTipController component can be added to a form at design time, so you can easily customize various appearance and behavior options and subscribe to the events to dynamically handle tooltips.

To handle a specific control’s tooltips using a specific ToolTip Controller instead of the Default ToolTipController, create an instance of the ToolTipController class and assign it to the control’s ToolTipController property.

See the Hints and Tooltips topic for more information.

Inheritance

Object
MarshalByRefObject
Component
DefaultToolTipController
See Also