# C1.Maui.Calendar.CalendarAdapter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Calendar_CalendarAdapter" data-uid="C1.Maui.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.Maui.Calendar.html">C1.Maui.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Calendar.dll</h6>
  <h5 id="C1_Maui_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_Maui_Calendar_CalendarAdapter__ctor" data-uid="C1.Maui.Calendar.CalendarAdapter.#ctor">
          <a class="xref" href="C1.Maui.Calendar.CalendarAdapter.-ctor.html#C1_Maui_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_Maui_Calendar_CalendarAdapter_Calendar" data-uid="C1.Maui.Calendar.CalendarAdapter.Calendar">
          <a class="xref" href="C1.Maui.Calendar.CalendarAdapter.Calendar.html#C1_Maui_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_Maui_Calendar_CalendarAdapter_BindSlot_C1_Maui_Calendar_CalendarSlotPresenter_C1_Maui_Calendar_CalendarSlotInfo_System_Object_" data-uid="C1.Maui.Calendar.CalendarAdapter.BindSlot(C1.Maui.Calendar.CalendarSlotPresenter,C1.Maui.Calendar.CalendarSlotInfo,System.Object)">
          <a class="xref" href="C1.Maui.Calendar.CalendarAdapter.BindSlot.html#C1_Maui_Calendar_CalendarAdapter_BindSlot_C1_Maui_Calendar_CalendarSlotPresenter_C1_Maui_Calendar_CalendarSlotInfo_System_Object_">BindSlot(CalendarSlotPresenter, CalendarSlotInfo, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the <code class="paramref">slot</code> to the <code class="paramref">slotInfo</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Calendar_CalendarAdapter_CreateSlot_C1_Maui_Calendar_CalendarSlotInfo_System_Object_" data-uid="C1.Maui.Calendar.CalendarAdapter.CreateSlot(C1.Maui.Calendar.CalendarSlotInfo,System.Object)">
          <a class="xref" href="C1.Maui.Calendar.CalendarAdapter.CreateSlot.html#C1_Maui_Calendar_CalendarAdapter_CreateSlot_C1_Maui_Calendar_CalendarSlotInfo_System_Object_">CreateSlot(CalendarSlotInfo, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the slot for the specified <code class="paramref">slotKind</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Calendar_CalendarAdapter_GetSlotKind_C1_Maui_Calendar_CalendarSlotInfo_" data-uid="C1.Maui.Calendar.CalendarAdapter.GetSlotKind(C1.Maui.Calendar.CalendarSlotInfo)">
          <a class="xref" href="C1.Maui.Calendar.CalendarAdapter.GetSlotKind.html#C1_Maui_Calendar_CalendarAdapter_GetSlotKind_C1_Maui_Calendar_CalendarSlotInfo_">GetSlotKind(CalendarSlotInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the kind of slot will be used to the specified <code class="paramref">slotInfo</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Calendar_CalendarAdapter_IsMouseOverSlot_C1_Maui_Calendar_CalendarSlotInfo_" data-uid="C1.Maui.Calendar.CalendarAdapter.IsMouseOverSlot(C1.Maui.Calendar.CalendarSlotInfo)">
          <a class="xref" href="C1.Maui.Calendar.CalendarAdapter.IsMouseOverSlot.html#C1_Maui_Calendar_CalendarAdapter_IsMouseOverSlot_C1_Maui_Calendar_CalendarSlotInfo_">IsMouseOverSlot(CalendarSlotInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified <code class="paramref">slot</code> is in mouse-over state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Calendar_CalendarAdapter_PrepareSlot_C1_Maui_Calendar_CalendarSlotPresenter_C1_Maui_Calendar_CalendarSlotInfo_" data-uid="C1.Maui.Calendar.CalendarAdapter.PrepareSlot(C1.Maui.Calendar.CalendarSlotPresenter,C1.Maui.Calendar.CalendarSlotInfo)">
          <a class="xref" href="C1.Maui.Calendar.CalendarAdapter.PrepareSlot.html#C1_Maui_Calendar_CalendarAdapter_PrepareSlot_C1_Maui_Calendar_CalendarSlotPresenter_C1_Maui_Calendar_CalendarSlotInfo_">PrepareSlot(CalendarSlotPresenter, CalendarSlotInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares a slot to be displayed. Typically used to set the style of the slot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Calendar_CalendarAdapter_UnbindSlot_C1_Maui_Calendar_CalendarSlotPresenter_C1_Maui_Calendar_CalendarSlotInfo_System_Object_" data-uid="C1.Maui.Calendar.CalendarAdapter.UnbindSlot(C1.Maui.Calendar.CalendarSlotPresenter,C1.Maui.Calendar.CalendarSlotInfo,System.Object)">
          <a class="xref" href="C1.Maui.Calendar.CalendarAdapter.UnbindSlot.html#C1_Maui_Calendar_CalendarAdapter_UnbindSlot_C1_Maui_Calendar_CalendarSlotPresenter_C1_Maui_Calendar_CalendarSlotInfo_System_Object_">UnbindSlot(CalendarSlotPresenter, CalendarSlotInfo, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the <code class="paramref">slot</code> from the <code class="paramref">slotInfo</code>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
