New to KendoReactLearn about KendoReact Free.

Tooltip

A subclass of React.Component.

Represents the KendoReact Tooltip component.

Accepts properties of type TooltipProps.

NameTypeDefaultDescription

defaultProps

{ anchorElement: string; openDelay: number; parentTitle: boolean; position: string; showCallout: boolean; }

The default properties of the Tooltip component.

props

Readonly<TooltipProps>

The props of the Tooltip component.

Methods

handleMouseOut

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

Parameters

event

any

The mouse event object.

handleMouseOver

Used on the MouseOver event to show the Tooltip.

Parameters

event

any

The mouse event object.

In this article
Methods
Not finding the help you need?
Contact Support