# C1.Maui.Calendar.CalendarAdapter.BindSlot

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Maui_Calendar_CalendarAdapter_BindSlot_" data-uid="C1.Maui.Calendar.CalendarAdapter.BindSlot*">BindSlot Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Maui_Calendar_CalendarAdapter_BindSlot_" data-uid="C1.Maui.Calendar.CalendarAdapter.BindSlot*"></a>
<h4 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)">BindSlot(CalendarSlotPresenter, CalendarSlotInfo, object)</h4>
<div class="markdown level1 summary"><p>Binds the <code class="paramref">slot</code> to the <code class="paramref">slotInfo</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void BindSlot(CalendarSlotPresenter slot, CalendarSlotInfo slotInfo, object slotKind)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub BindSlot(slot As CalendarSlotPresenter, slotInfo As CalendarSlotInfo, slotKind As Object)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Maui.Calendar.CalendarSlotPresenter.html">CalendarSlotPresenter</a></td>
      <td><span class="parametername">slot</span></td>
      <td><p>The slot presenter.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Maui.Calendar.CalendarSlotInfo.html">CalendarSlotInfo</a></td>
      <td><span class="parametername">slotInfo</span></td>
      <td><p>The info about the slot.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">slotKind</span></td>
      <td><p>The kind of slot.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
