Kendo.Mvc.UI.Tooltip
Kendo UI Tooltip component
Properties
AutoHide
Specifies if the Tooltip will be hidden when the mouse leaves the target element. If set to false, a Close button will be shown within Tooltip. If set to false, showAfter is specified, and showOn is set to mouseenter, the Tooltip will be displayed after the given timeout even if the element is no longer hovered.
Callout
Specifies if the Tooltip callout will be displayed.
Filter
Specifies a selector for the elements within the container which will display the Tooltip.
Iframe
Explicitly states whether a content iframe will be created.
Height
The height (in pixels) of the Tooltip.
Width
The width (in pixels) of the Tooltip.
ShowAfter
Specifies the delay (in milliseconds) before the Tooltip shows. This option is ignored if showOn is set to click or focus.
HideAfter
Specifies the delay (in milliseconds) before the Tooltip is hidden.
Offset
Specifies the offset (in pixels) between the Tooltip and the anchor. If the callout property is set to true, the offset is rendered from the callout arrow. If the callout property is set to false, the offset is rendered from the content of the Tooltip.
Position
Represents the tooltip position.
ShowOn
Represents the tooltip position.
Methods
SerializeSettings
Serialize current instance to Dictionary