# C1.WPF.Calendar.C1MultiMonthCalendar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Calendar_C1MultiMonthCalendar" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar" class="text-break">C1MultiMonthCalendar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a multi month calendar with an ability to interactively navigate
through months and select a specific <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value or its components.</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">C1MultiMonthCalendar</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Calendar.html">C1.WPF.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Calendar.dll</h6>
  <h5 id="C1_WPF_Calendar_C1MultiMonthCalendar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;MonthCalendarStyle&quot;, StyleTargetType = typeof(C1Calendar))]
[StyleTypedProperty(Property = &quot;MonthSlotStyle&quot;, StyleTargetType = typeof(MonthSlotPresenter))]
public class C1MultiMonthCalendar : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;MonthCalendarStyle&quot;, StyleTargetType:=GetType(C1Calendar))&gt;
&lt;StyleTypedProperty(Property:=&quot;MonthSlotStyle&quot;, StyleTargetType:=GetType(MonthSlotPresenter))&gt;
Public Class C1MultiMonthCalendar
    Inherits C1View</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_WPF_Calendar_C1MultiMonthCalendar__ctor" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.#ctor">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.-ctor.html#C1_WPF_Calendar_C1MultiMonthCalendar__ctor">C1MultiMonthCalendar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.html">C1MultiMonthCalendar</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_AdjacentDayStyleProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.AdjacentDayStyleProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.AdjacentDayStyleProperty.html">AdjacentDayStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.AdjacentDayStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_AdjacentDayStyle">AdjacentDayStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_BoldedDatesProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.BoldedDatesProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.BoldedDatesProperty.html">BoldedDatesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.BoldedDates.html#C1_WPF_Calendar_C1MultiMonthCalendar_BoldedDates">BoldedDates</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_CalendarHelperProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarHelperProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarHelperProperty.html">CalendarHelperProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarHelper.html#C1_WPF_Calendar_C1MultiMonthCalendar_CalendarHelper">CalendarHelper</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_CalendarTypeProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarTypeProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarTypeProperty.html">CalendarTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarType.html#C1_WPF_Calendar_C1MultiMonthCalendar_CalendarType">CalendarType</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayBackgroundProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayBackgroundProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayBackgroundProperty.html">DayBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayBackground.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayBackground">DayBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayBorderBrushProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderBrushProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderBrushProperty.html">DayBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderBrush.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayBorderBrush">DayBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayBorderThicknessProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderThicknessProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderThicknessProperty.html">DayBorderThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderThickness.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayBorderThickness">DayBorderThickness</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayForegroundProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayForegroundProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayForegroundProperty.html">DayForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayForeground.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayForeground">DayForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekFormatProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekFormatProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekFormatProperty.html">DayOfWeekFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekFormat.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekFormat">DayOfWeekFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekSlotStyleProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotStyleProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotStyleProperty.html">DayOfWeekSlotStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekSlotStyle">DayOfWeekSlotStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekSlotTemplateProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotTemplateProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotTemplateProperty.html">DayOfWeekSlotTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotTemplate.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekSlotTemplate">DayOfWeekSlotTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DaySlotStyleProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotStyleProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotStyleProperty.html">DaySlotStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_DaySlotStyle">DaySlotStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DaySlotTemplateProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotTemplateProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotTemplateProperty.html">DaySlotTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotTemplate.html#C1_WPF_Calendar_C1MultiMonthCalendar_DaySlotTemplate">DaySlotTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DaysOfWeekPanelProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DaysOfWeekPanelProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaysOfWeekPanelProperty.html">DaysOfWeekPanelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaysOfWeekPanel.html#C1_WPF_Calendar_C1MultiMonthCalendar_DaysOfWeekPanel">DaysOfWeekPanel</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DaysPanelProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DaysPanelProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaysPanelProperty.html">DaysPanelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaysPanel.html#C1_WPF_Calendar_C1MultiMonthCalendar_DaysPanel">DaysPanel</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DisabledForegroundProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DisabledForegroundProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DisabledForegroundProperty.html">DisabledForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DisabledForeground.html#C1_WPF_Calendar_C1MultiMonthCalendar_DisabledForeground">DisabledForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DisplayDateProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DisplayDateProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DisplayDateProperty.html">DisplayDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DisplayDate.html#C1_WPF_Calendar_C1MultiMonthCalendar_DisplayDate">DisplayDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_FirstDayOfWeekProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.FirstDayOfWeekProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.FirstDayOfWeekProperty.html">FirstDayOfWeekProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.FirstDayOfWeek.html#C1_WPF_Calendar_C1MultiMonthCalendar_FirstDayOfWeek">FirstDayOfWeek</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_HeaderMonthFormatProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.HeaderMonthFormatProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.HeaderMonthFormatProperty.html">HeaderMonthFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.HeaderMonthFormat.html#C1_WPF_Calendar_C1MultiMonthCalendar_HeaderMonthFormat">HeaderMonthFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MaxDateProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MaxDateProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MaxDateProperty.html">MaxDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MaxDate.html#C1_WPF_Calendar_C1MultiMonthCalendar_MaxDate">MaxDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MaxSelectionCountProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MaxSelectionCountProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MaxSelectionCountProperty.html">MaxSelectionCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MaxSelectionCount.html#C1_WPF_Calendar_C1MultiMonthCalendar_MaxSelectionCount">MaxSelectionCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MinDateProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MinDateProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MinDateProperty.html">MinDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MinDate.html#C1_WPF_Calendar_C1MultiMonthCalendar_MinDate">MinDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthCalendarStyleProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCalendarStyleProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCalendarStyleProperty.html">MonthCalendarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCalendarStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthCalendarStyle">MonthCalendarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthCountProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCountProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCountProperty.html">MonthCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCount.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthCount">MonthCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthElementOrientationProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthElementOrientationProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthElementOrientationProperty.html">MonthElementOrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthElementOrientation.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthElementOrientation">MonthElementOrientation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderBackgroundProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderBackgroundProperty.html">MonthHeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderBackground.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderBackground">MonthHeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontFamilyProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontFamilyProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontFamilyProperty.html">MonthHeaderFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontFamily.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontFamily">MonthHeaderFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontSizeProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontSizeProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontSizeProperty.html">MonthHeaderFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontSize.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontSize">MonthHeaderFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontWeightProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontWeightProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontWeightProperty.html">MonthHeaderFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontWeight.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontWeight">MonthHeaderFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderForegroundProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderForegroundProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderForegroundProperty.html">MonthHeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderForeground.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderForeground">MonthHeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeightProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeightProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeightProperty.html">MonthHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeight.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeight">MonthHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthSlotStyleProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthSlotStyleProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthSlotStyleProperty.html">MonthSlotStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthSlotStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthSlotStyle">MonthSlotStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthWidthProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthWidthProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthWidthProperty.html">MonthWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthWidth.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthWidth">MonthWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthsPanelProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthsPanelProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthsPanelProperty.html">MonthsPanelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthsPanel.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthsPanel">MonthsPanel</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MouseOverBrushProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverBrush.html#C1_WPF_Calendar_C1MultiMonthCalendar_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MouseOverModeProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverModeProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverModeProperty.html">MouseOverModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverMode.html#C1_WPF_Calendar_C1MultiMonthCalendar_MouseOverMode">MouseOverMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_NextButtonStyleProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.NextButtonStyleProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.NextButtonStyleProperty.html">NextButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.NextButtonStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_NextButtonStyle">NextButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_PrevButtonStyleProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.PrevButtonStyleProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.PrevButtonStyleProperty.html">PrevButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.PrevButtonStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_PrevButtonStyle">PrevButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_RequestedThemeProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.RequestedThemeProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.RequestedThemeProperty.html">RequestedThemeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.RequestedTheme.html#C1_WPF_Calendar_C1MultiMonthCalendar_RequestedTheme">RequestedTheme</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectedDateProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDateProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDateProperty.html">SelectedDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDate.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectedDate">SelectedDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectedDatesProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDatesProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDatesProperty.html">SelectedDatesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDates.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectedDates">SelectedDates</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectionBackgroundProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionBackgroundProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionBackgroundProperty.html">SelectionBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionBackground.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectionBackground">SelectionBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectionForegroundProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionForegroundProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionForegroundProperty.html">SelectionForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionForeground.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectionForeground">SelectionForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectionModeProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionModeProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionMode.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectionMode">SelectionMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_ShowAdjacentDayProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.ShowAdjacentDayProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ShowAdjacentDayProperty.html">ShowAdjacentDayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ShowAdjacentDay.html#C1_WPF_Calendar_C1MultiMonthCalendar_ShowAdjacentDay">ShowAdjacentDay</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_ShowHeaderProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.ShowHeaderProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ShowHeaderProperty.html">ShowHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ShowHeader.html#C1_WPF_Calendar_C1MultiMonthCalendar_ShowHeader">ShowHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_ShowNavigationButtonsProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.ShowNavigationButtonsProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ShowNavigationButtonsProperty.html">ShowNavigationButtonsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ShowNavigationButtons.html#C1_WPF_Calendar_C1MultiMonthCalendar_ShowNavigationButtons">ShowNavigationButtons</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_ThemeResourceProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.ThemeResourceProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ThemeResourceProperty.html">ThemeResourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ThemeResource.html#C1_WPF_Calendar_C1MultiMonthCalendar_ThemeResource">ThemeResource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_TodayBrushProperty" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.TodayBrushProperty">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.TodayBrushProperty.html">TodayBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.TodayBrush.html#C1_WPF_Calendar_C1MultiMonthCalendar_TodayBrush">TodayBrush</a> dependency property.</p>
</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_WPF_Calendar_C1MultiMonthCalendar_AdjacentDayStyle" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.AdjacentDayStyle">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.AdjacentDayStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_AdjacentDayStyle">AdjacentDayStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for the AdjacentDay slot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_BoldedDates" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.BoldedDates">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.BoldedDates.html#C1_WPF_Calendar_C1MultiMonthCalendar_BoldedDates">BoldedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of the Bolded dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_CalendarHelper" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarHelper">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarHelper.html#C1_WPF_Calendar_C1MultiMonthCalendar_CalendarHelper">CalendarHelper</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.CalendarHelper.html">CalendarHelper</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_CalendarType" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarType">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.CalendarType.html#C1_WPF_Calendar_C1MultiMonthCalendar_CalendarType">CalendarType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayBackground" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayBackground">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayBackground.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayBackground">DayBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background for the day slots.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayBorderBrush" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderBrush">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderBrush.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayBorderBrush">DayBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used to underline days of week.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayBorderThickness" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderThickness">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayBorderThickness.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayBorderThickness">DayBorderThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border thickness between day slots.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayForeground" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayForeground">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayForeground.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayForeground">DayForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the text displayed in the day slots.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekFormat" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekFormat">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekFormat.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekFormat">DayOfWeekFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format used to display the day of the week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekSlotStyle" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotStyle">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekSlotStyle">DayOfWeekSlotStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Style for DayOfWeekSlotPresenter elements which are
the root elements of a visual tree representing a single day of the week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekSlotTemplate" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotTemplate">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DayOfWeekSlotTemplate.html#C1_WPF_Calendar_C1MultiMonthCalendar_DayOfWeekSlotTemplate">DayOfWeekSlotTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DataTemplate that defines a UI representation of
a single day of the week. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DaySlotStyle" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotStyle">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_DaySlotStyle">DaySlotStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Style for DaySlotPresenter elements which are
the root elements of a visual tree representing a single day of a month.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DaySlotTemplate" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotTemplate">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaySlotTemplate.html#C1_WPF_Calendar_C1MultiMonthCalendar_DaySlotTemplate">DaySlotTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DataTemplate that defines a UI representation of
a single day of a month. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DaysOfWeekPanel" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DaysOfWeekPanel">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaysOfWeekPanel.html#C1_WPF_Calendar_C1MultiMonthCalendar_DaysOfWeekPanel">DaysOfWeekPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements
representing days of the week. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DaysPanel" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DaysPanel">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DaysPanel.html#C1_WPF_Calendar_C1MultiMonthCalendar_DaysPanel">DaysPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements
representing days of a month. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DisabledForeground" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DisabledForeground">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DisabledForeground.html#C1_WPF_Calendar_C1MultiMonthCalendar_DisabledForeground">DisabledForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used to display disabled days.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_DisplayDate" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.DisplayDate">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.DisplayDate.html#C1_WPF_Calendar_C1MultiMonthCalendar_DisplayDate">DisplayDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the currently displayed date of the year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_FirstDayOfWeek" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.FirstDayOfWeek">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.FirstDayOfWeek.html#C1_WPF_Calendar_C1MultiMonthCalendar_FirstDayOfWeek">FirstDayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the first day of the week, the one displayed in the first column of the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_HeaderMonthFormat" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.HeaderMonthFormat">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.HeaderMonthFormat.html#C1_WPF_Calendar_C1MultiMonthCalendar_HeaderMonthFormat">HeaderMonthFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format used to display the month of the year when the ViewMode is <a class="xref" href="C1.WPF.Calendar.CalendarViewMode.html#C1_WPF_Calendar_CalendarViewMode_Month">Month</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MaxDate" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MaxDate">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MaxDate.html#C1_WPF_Calendar_C1MultiMonthCalendar_MaxDate">MaxDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum allowable date.
The default is 12/31/9998.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MaxSelectionCount" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MaxSelectionCount">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MaxSelectionCount.html#C1_WPF_Calendar_C1MultiMonthCalendar_MaxSelectionCount">MaxSelectionCount</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MaxSelectionCount dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MinDate" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MinDate">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MinDate.html#C1_WPF_Calendar_C1MultiMonthCalendar_MinDate">MinDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum allowable date.
The default is 01/01/1753.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthCalendarStyle" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCalendarStyle">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCalendarStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthCalendarStyle">MonthCalendarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Style applied to each child <a class="xref" href="C1.WPF.Calendar.C1Calendar.html">C1Calendar</a>
representing a single month. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthCount" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCount">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthCount.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthCount">MonthCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a number of months currently represented by the calendar.
The default value is 1. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthElementOrientation" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthElementOrientation">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthElementOrientation.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthElementOrientation">MonthElementOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating which orientation the calendar navigates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderBackground" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderBackground">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderBackground.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderBackground">MonthHeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used to color month header.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontFamily" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontFamily">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontFamily.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontFamily">MonthHeaderFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.fontfamily">FontFamily</a> object used to to display month header text.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontSize" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontSize">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontSize.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontSize">MonthHeaderFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> value determining month header font size.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontWeight" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontWeight">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderFontWeight.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderFontWeight">MonthHeaderFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.fontweight">FontWeight</a> object used to to display month header text.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderForeground" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderForeground">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeaderForeground.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeaderForeground">MonthHeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used to color month header text.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeight" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeight">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthHeight.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthHeight">MonthHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines a height of each
month slot of the calendar.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthSlotStyle" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthSlotStyle">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthSlotStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthSlotStyle">MonthSlotStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Style for <a class="xref" href="C1.WPF.Calendar.C1CalendarPresenter.html">C1CalendarPresenter</a> elements
which are the root elements of a visual tree representing a single month.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthWidth" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthWidth">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthWidth.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthWidth">MonthWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines a width of each
month slot of the calendar.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MonthsPanel" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MonthsPanel">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MonthsPanel.html#C1_WPF_Calendar_C1MultiMonthCalendar_MonthsPanel">MonthsPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements
representing separate months. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MouseOverBrush" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverBrush">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverBrush.html#C1_WPF_Calendar_C1MultiMonthCalendar_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to highlight slots when the mouse is over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_MouseOverMode" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverMode">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.MouseOverMode.html#C1_WPF_Calendar_C1MultiMonthCalendar_MouseOverMode">MouseOverMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mouse-over mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_NextButtonStyle" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.NextButtonStyle">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.NextButtonStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_NextButtonStyle">NextButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the next button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_PrevButtonStyle" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.PrevButtonStyle">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.PrevButtonStyle.html#C1_WPF_Calendar_C1MultiMonthCalendar_PrevButtonStyle">PrevButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the previous button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_RequestedTheme" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.RequestedTheme">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.RequestedTheme.html#C1_WPF_Calendar_C1MultiMonthCalendar_RequestedTheme">RequestedTheme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a the default theme used by the CalendarBase control for resource determination.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectedDate" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDate">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDate.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectedDate">SelectedDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the currently selected date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectedDates" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDates">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectedDates.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectedDates">SelectedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the currently selected dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectionBackground" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionBackground">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionBackground.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectionBackground">SelectionBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to highlight selected dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectionForeground" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionForeground">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionForeground.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectionForeground">SelectionForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used to highlight selected dates.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectionMode" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionMode">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionMode.html#C1_WPF_Calendar_C1MultiMonthCalendar_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection behavior for the <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.html">C1MultiMonthCalendar</a> control.
This is a dependency property. The default value is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.selectionmode#system-windows-controls-selectionmode-extended">Extended</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_ShowAdjacentDay" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.ShowAdjacentDay">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ShowAdjacentDay.html#C1_WPF_Calendar_C1MultiMonthCalendar_ShowAdjacentDay">ShowAdjacentDay</a>
        </td>
        <td class="markdown level1 summary"><p>Default is true - AdjacentDay will invisible if set false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_ShowHeader" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.ShowHeader">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ShowHeader.html#C1_WPF_Calendar_C1MultiMonthCalendar_ShowHeader">ShowHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Header will be shown if set, default value is true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_ShowNavigationButtons" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.ShowNavigationButtons">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ShowNavigationButtons.html#C1_WPF_Calendar_C1MultiMonthCalendar_ShowNavigationButtons">ShowNavigationButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Navigation Buttons will be shown if set,  default value is true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_ThemeResource" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.ThemeResource">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.ThemeResource.html#C1_WPF_Calendar_C1MultiMonthCalendar_ThemeResource">ThemeResource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> object containing theme resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_TodayBrush" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.TodayBrush">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.TodayBrush.html#C1_WPF_Calendar_C1MultiMonthCalendar_TodayBrush">TodayBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used to highlight current date.
This is a dependency property.</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_WPF_Calendar_C1MultiMonthCalendar_Dispose_System_Boolean_" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.Dispose.html#C1_WPF_Calendar_C1MultiMonthCalendar_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_InvalidateCalendarHelper" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.InvalidateCalendarHelper">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.InvalidateCalendarHelper.html#C1_WPF_Calendar_C1MultiMonthCalendar_InvalidateCalendarHelper">InvalidateCalendarHelper()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_InvalidateTheme" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.InvalidateTheme">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.InvalidateTheme.html#C1_WPF_Calendar_C1MultiMonthCalendar_InvalidateTheme">InvalidateTheme()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_OnApplyTemplate" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.OnApplyTemplate.html#C1_WPF_Calendar_C1MultiMonthCalendar_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_OnLoaded_System_Object_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.OnLoaded(System.Object,System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.OnLoaded.html#C1_WPF_Calendar_C1MultiMonthCalendar_OnLoaded_System_Object_System_Windows_RoutedEventArgs_">OnLoaded(object, RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_OnSelectionChanged_C1_WPF_Calendar_CalendarSelectionChangedEventArgs_" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.OnSelectionChanged(C1.WPF.Calendar.CalendarSelectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.OnSelectionChanged.html#C1_WPF_Calendar_C1MultiMonthCalendar_OnSelectionChanged_C1_WPF_Calendar_CalendarSelectionChangedEventArgs_">OnSelectionChanged(CalendarSelectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">SelectionChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_OnSelectionChanging_C1_WPF_Calendar_CalendarSelectionChangingEventArgs_" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.OnSelectionChanging(C1.WPF.Calendar.CalendarSelectionChangingEventArgs)">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.OnSelectionChanging.html#C1_WPF_Calendar_C1MultiMonthCalendar_OnSelectionChanging_C1_WPF_Calendar_CalendarSelectionChangingEventArgs_">OnSelectionChanging(CalendarSelectionChangingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">SelectionChanging</span> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectionChanged" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionChanged">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the SelectedDate or SelectedDates properties change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_C1MultiMonthCalendar_SelectionChanging" data-uid="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionChanging">
          <a class="xref" href="C1.WPF.Calendar.C1MultiMonthCalendar.SelectionChanging.html">SelectionChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the selection changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
