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