# C1.WinUI.Calendar.CalendarMonthsPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_Calendar_CalendarMonthsPanel" data-uid="C1.WinUI.Calendar.CalendarMonthsPanel" class="text-break">CalendarMonthsPanel Class
</h1>
  <div class="markdown level0 summary"><p>Panel that displays months.</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.CalendarMonthSlotInfo.html">CalendarMonthSlotInfo</a>&gt;</div>
    <div class="level2"><span class="xref">CalendarMonthsPanel</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_CalendarMonthsPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarMonthsPanel : CalendarSlotsPanel&lt;CalendarMonthSlotInfo&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarMonthsPanel
    Inherits CalendarSlotsPanel(Of CalendarMonthSlotInfo)</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_CalendarMonthsPanel__ctor" data-uid="C1.WinUI.Calendar.CalendarMonthsPanel.#ctor">
          <a class="xref" href="C1.WinUI.Calendar.CalendarMonthsPanel.-ctor.html#C1_WinUI_Calendar_CalendarMonthsPanel__ctor">CalendarMonthsPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WinUI.Calendar.CalendarMonthsPanel.html">CalendarMonthsPanel</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_CalendarMonthsPanel_GetSlots" data-uid="C1.WinUI.Calendar.CalendarMonthsPanel.GetSlots">
          <a class="xref" href="C1.WinUI.Calendar.CalendarMonthsPanel.GetSlots.html#C1_WinUI_Calendar_CalendarMonthsPanel_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>
