Name | Description | |
---|---|---|
Content | Gets or sets the tooltip content. | |
CssClass | Gets or sets the tooltip CSS class (Inherited from C1.Web.Mvc.TooltipBase) | |
Gap | Gets or sets the distance between the tooltip and the target element. (Inherited from C1.Web.Mvc.TooltipBase) | |
HideDelay | Gets or sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element. (Inherited from C1.Web.Mvc.TooltipBase) | |
IsContentHtml | Gets or sets whether the tooltip contents should be displayed as plain text or as HTML. (Inherited from C1.Web.Mvc.TooltipBase) | |
OnClientPopup | Occurs before the tooltip content is displayed. (Inherited from C1.Web.Mvc.TooltipBase) | |
Position | Gets or sets the PopupPosition where the tooltip should be displayed with respect to the owner element. (Inherited from C1.Web.Mvc.TooltipBase) | |
ShowAtMouse | Gets or sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element. (Inherited from C1.Web.Mvc.TooltipBase) | |
ShowDelay | Gets or sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element. (Inherited from C1.Web.Mvc.TooltipBase) | |
Threshold | Gets or sets the maximum distance from the element to display the tooltip. |