# C1.Web.Mvc.TooltipBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_TooltipBase" data-uid="C1.Web.Mvc.TooltipBase" class="text-break">TooltipBase Class
</h1>
  <div class="markdown level0 summary"><p>The base class of Tooltip.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">TooltipBase</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.ChartTooltip.html">ChartTooltip</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.ErrorTooltip.html">ErrorTooltip</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_TooltipBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TooltipBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TooltipBase</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_TooltipBase_CssClass" data-uid="C1.Web.Mvc.TooltipBase.CssClass">
          <a class="xref" href="C1.Web.Mvc.TooltipBase.CssClass.html#C1_Web_Mvc_TooltipBase_CssClass">CssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip CSS class</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TooltipBase_Gap" data-uid="C1.Web.Mvc.TooltipBase.Gap">
          <a class="xref" href="C1.Web.Mvc.TooltipBase.Gap.html#C1_Web_Mvc_TooltipBase_Gap">Gap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance between the tooltip and the target element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TooltipBase_HideDelay" data-uid="C1.Web.Mvc.TooltipBase.HideDelay">
          <a class="xref" href="C1.Web.Mvc.TooltipBase.HideDelay.html#C1_Web_Mvc_TooltipBase_HideDelay">HideDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TooltipBase_IsContentHtml" data-uid="C1.Web.Mvc.TooltipBase.IsContentHtml">
          <a class="xref" href="C1.Web.Mvc.TooltipBase.IsContentHtml.html#C1_Web_Mvc_TooltipBase_IsContentHtml">IsContentHtml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tooltip contents should be displayed as plain text or as HTML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TooltipBase_OnClientPopup" data-uid="C1.Web.Mvc.TooltipBase.OnClientPopup">
          <a class="xref" href="C1.Web.Mvc.TooltipBase.OnClientPopup.html#C1_Web_Mvc_TooltipBase_OnClientPopup">OnClientPopup</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the tooltip content is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TooltipBase_Position" data-uid="C1.Web.Mvc.TooltipBase.Position">
          <a class="xref" href="C1.Web.Mvc.TooltipBase.Position.html#C1_Web_Mvc_TooltipBase_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the PopupPosition where the tooltip should be displayed with respect to the owner element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TooltipBase_ShowAtMouse" data-uid="C1.Web.Mvc.TooltipBase.ShowAtMouse">
          <a class="xref" href="C1.Web.Mvc.TooltipBase.ShowAtMouse.html#C1_Web_Mvc_TooltipBase_ShowAtMouse">ShowAtMouse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TooltipBase_ShowDelay" data-uid="C1.Web.Mvc.TooltipBase.ShowDelay">
          <a class="xref" href="C1.Web.Mvc.TooltipBase.ShowDelay.html#C1_Web_Mvc_TooltipBase_ShowDelay">ShowDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TooltipBase_Trigger" data-uid="C1.Web.Mvc.TooltipBase.Trigger">
          <a class="xref" href="C1.Web.Mvc.TooltipBase.Trigger.html#C1_Web_Mvc_TooltipBase_Trigger">Trigger</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the TooltipTrigger that determines how the tooltip should be triggered.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
