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

ToolTipController Events
Show Inherited Hide Inherited

A tooltip controller for individual UI controls.
Name Description
BeforeShow Fires when a tooltip is about to be displayed. Allows you to dynamically specify the tooltip text, image, and appearance settings.
CalcSize Enables you to specify the position and size of the tooltip window.
CustomDraw Enables a tooltip’s window to be custom painted.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GetActiveObjectInfo Allows you to display custom tooltips for any UI element of a control that implements the DevExpress.Utils.IToolTipControlClient interface.
HyperlinkClick Occurs when a user clicks a hyperlink within a control’s tooltip or super tooltip.
See Also