[]
The base class of Tooltip.
public class TooltipBase
Name | Description |
---|---|
CssClass | Gets or sets the tooltip CSS class |
Gap | Gets or sets the distance between the tooltip and the target element. |
HideDelay | Gets or sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element. |
IsContentHtml | Gets or sets whether the tooltip contents should be displayed as plain text or as HTML. |
OnClientPopup | Occurs before the tooltip content is displayed. |
Position | Gets or sets the PopupPosition where the tooltip should be displayed with respect to the owner element. |
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. |
ShowDelay | Gets or sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element. |
Trigger | Gets or sets the TooltipTrigger that determines how the tooltip should be triggered. |