[]
Defines a builder to configurate TooltipBase.
public class TooltipBaseBuilder<TControl, TBuilder> : BaseBuilder<TControl, TBuilder> where TControl : TooltipBase where TBuilder : TooltipBaseBuilder<TControl, TBuilder>
Name | Description |
---|---|
TControl | |
TBuilder |
Name | Description |
---|---|
TooltipBaseBuilder(TControl) | Creates one TooltipBaseBuilder<TControl, TBuilder> instance to configurate |
Name | Description |
---|---|
CssClass(string) | Configurates CssClass. Sets the tooltip CSS class |
Gap(int) | Configurates Gap. Sets the distance between the tooltip and the target element. |
HideDelay(int) | Configurates HideDelay. Sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element. |
IsContentHtml(bool) | Configurates IsContentHtml. Sets whether the tooltip contents should be displayed as plain text or as HTML. |
OnClientPopup(string) | Configurates the OnClientPopup client event. Occurs before the tooltip content is displayed. |
Position(PopupPosition) | Configurates Position. Sets the PopupPosition where the tooltip should be displayed with respect to the owner element. |
ShowAtMouse(bool) | Configurates ShowAtMouse. Sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element. |
ShowDelay(int) | Configurates ShowDelay. Sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element. |
Trigger(TooltipTrigger) | Configurates Trigger. Sets the TooltipTrigger that determines how the tooltip should be triggered. |