New to KendoReactLearn about KendoReact Free.

TooltipHandle

Updated on Feb 5, 2026

Imperative handle interface for Tooltip component. Exposed via ref for programmatic control.

NameTypeDefaultDescription

handleKeyDown

(event: KeyboardEvent<HTMLDivElement>, keys: string[]) => void

Handles keyboard events.

handleMouseOut

(event: any) => void

The method is used on the MouseOut event to hide the Tooltip.

handleMouseOver

(event: any) => void

Used on the MouseOver event to show the Tooltip.

handleTargetItemClick

(event: MouseEvent<HTMLDivElement>) => void

Handles click events on the target element.

props

Readonly<TooltipProps>

The props of the Tooltip component.

Not finding the help you need?
Contact Support