New to KendoReact? Learn about KendoReact Free.
TooltipShowOptions
Specifies when the options of the showTooltip props.
hover
—Shows the Tooltip when the mouse hovers over the target element(Set totrue
by default).click
—Shows the Tooltip when the target element is clicked(Set tofalse
by default).focus
—Shows the Tooltip when the target element is focused(Set tofalse
by default).keys
—Shows the Tooltip when the target element is focused and a specific key is pressed(Set tofalse
by default).none
—Doesn't show the Tooltip(Set tofalse
by default).