Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DefaultToolTipController Class

Manages tooltips for all DevExpress controls.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.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