# C1.WinUI.Calendar.CalendarHeadersPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_Calendar_CalendarHeadersPanel" data-uid="C1.WinUI.Calendar.CalendarHeadersPanel" class="text-break">CalendarHeadersPanel Class
</h1>
  <div class="markdown level0 summary"><p>Panel that displays headers slots.</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"><a class="xref" href="C1.WinUI.Calendar.CalendarSlotsPanel-1.html">CalendarSlotsPanel</a>&lt;<a class="xref" href="C1.WinUI.Calendar.CalendarHeaderSlotInfo.html">CalendarHeaderSlotInfo</a>&gt;</div>
    <div class="level2"><span class="xref">CalendarHeadersPanel</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WinUI.Calendar.html">C1.WinUI.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.WinUI.Calendar.dll</h6>
  <h5 id="C1_WinUI_Calendar_CalendarHeadersPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarHeadersPanel : CalendarSlotsPanel&lt;CalendarHeaderSlotInfo&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarHeadersPanel
    Inherits CalendarSlotsPanel(Of CalendarHeaderSlotInfo)</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_WinUI_Calendar_CalendarHeadersPanel__ctor" data-uid="C1.WinUI.Calendar.CalendarHeadersPanel.#ctor">
          <a class="xref" href="C1.WinUI.Calendar.CalendarHeadersPanel.-ctor.html#C1_WinUI_Calendar_CalendarHeadersPanel__ctor">CalendarHeadersPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WinUI.Calendar.CalendarHeadersPanel.html">CalendarHeadersPanel</a> class.</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_WinUI_Calendar_CalendarHeadersPanel_GetSlots" data-uid="C1.WinUI.Calendar.CalendarHeadersPanel.GetSlots">
          <a class="xref" href="C1.WinUI.Calendar.CalendarHeadersPanel.GetSlots.html#C1_WinUI_Calendar_CalendarHeadersPanel_GetSlots">GetSlots()</a>
        </td>
        <td class="markdown level1 summary"><p>When overriden, it returns the slots that will be displayed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.WinUI.Calendar.CalendarSlotsPanel-1.html">CalendarSlotsPanel</a>&lt;S&gt;</div>
  </div>

</div>
