# C1.Blazor.Calendar.CalendarAdapter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Calendar_CalendarAdapter" data-uid="C1.Blazor.Calendar.CalendarAdapter" class="text-break">CalendarAdapter Class
</h1>
  <div class="markdown level0 summary"><p>Adapter that allows advanced customization of the control.</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">CalendarAdapter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Calendar.html">C1.Blazor.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Calendar.dll</h6>
  <h5 id="C1_Blazor_Calendar_CalendarAdapter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarAdapter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarAdapter</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Calendar_CalendarAdapter__ctor" data-uid="C1.Blazor.Calendar.CalendarAdapter.#ctor">
          <a class="xref" href="C1.Blazor.Calendar.CalendarAdapter.-ctor.html#C1_Blazor_Calendar_CalendarAdapter__ctor">CalendarAdapter()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Blazor_Calendar_CalendarAdapter_Calendar" data-uid="C1.Blazor.Calendar.CalendarAdapter.Calendar">
          <a class="xref" href="C1.Blazor.Calendar.CalendarAdapter.Calendar.html#C1_Blazor_Calendar_CalendarAdapter_Calendar">Calendar</a>
        </td>
        <td class="markdown level1 summary"><p>The calendar the adapter belongs to.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Calendar_CalendarAdapter_GetSlotContentRenderFragment_C1_Blazor_Calendar_CalendarSlotInfo_" data-uid="C1.Blazor.Calendar.CalendarAdapter.GetSlotContentRenderFragment(C1.Blazor.Calendar.CalendarSlotInfo)">
          <a class="xref" href="C1.Blazor.Calendar.CalendarAdapter.GetSlotContentRenderFragment.html#C1_Blazor_Calendar_CalendarAdapter_GetSlotContentRenderFragment_C1_Blazor_Calendar_CalendarSlotInfo_">GetSlotContentRenderFragment(CalendarSlotInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the render fragment corresponding to the content of the slot of specified <code class="paramref">slotInfo</code>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
