# C1.WPF.Schedule.C1Calendar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_C1Calendar" data-uid="C1.WPF.Schedule.C1Calendar" class="text-break">C1Calendar 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="C1.WPF.Schedule.CalendarBase.html">CalendarBase</a></div>
    <div class="level8"><span class="xref">C1Calendar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iweakeventlistener">IWeakEventListener</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_C1Calendar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;MonthCalendarStyle&quot;, StyleTargetType = typeof(C1CalendarItem))]
[StyleTypedProperty(Property = &quot;MonthSlotStyle&quot;, StyleTargetType = typeof(MonthSlotPresenter))]
public class C1Calendar : CalendarBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IWeakEventListener</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;MonthCalendarStyle&quot;, StyleTargetType:=GetType(C1CalendarItem))&gt;
&lt;StyleTypedProperty(Property:=&quot;MonthSlotStyle&quot;, StyleTargetType:=GetType(MonthSlotPresenter))&gt;
Public Class C1Calendar
    Inherits CalendarBase
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IWeakEventListener</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_Schedule_C1Calendar__ctor" data-uid="C1.WPF.Schedule.C1Calendar.#ctor">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.-ctor.html#C1_WPF_Schedule_C1Calendar__ctor">C1Calendar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.WPF.Schedule.C1Calendar.html">C1Calendar</a> control.</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_Schedule_C1Calendar_AdjacentMonthDayBrushProperty" data-uid="C1.WPF.Schedule.C1Calendar.AdjacentMonthDayBrushProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.AdjacentMonthDayBrushProperty.html">AdjacentMonthDayBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.AdjacentMonthDayBrush.html#C1_WPF_Schedule_C1Calendar_AdjacentMonthDayBrush">AdjacentMonthDayBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_BoldedDatesProperty" data-uid="C1.WPF.Schedule.C1Calendar.BoldedDatesProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.BoldedDatesProperty.html">BoldedDatesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.BoldedDates.html#C1_WPF_Schedule_C1Calendar_BoldedDates">BoldedDates</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_DaysOfWeekBorderBrushProperty" data-uid="C1.WPF.Schedule.C1Calendar.DaysOfWeekBorderBrushProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.DaysOfWeekBorderBrushProperty.html">DaysOfWeekBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.DaysOfWeekBorderBrush.html#C1_WPF_Schedule_C1Calendar_DaysOfWeekBorderBrush">DaysOfWeekBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_DisabledDayBrushProperty" data-uid="C1.WPF.Schedule.C1Calendar.DisabledDayBrushProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.DisabledDayBrushProperty.html">DisabledDayBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.DisabledDayBrush.html#C1_WPF_Schedule_C1Calendar_DisabledDayBrush">DisabledDayBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_DropDownItemCountProperty" data-uid="C1.WPF.Schedule.C1Calendar.DropDownItemCountProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.DropDownItemCountProperty.html">DropDownItemCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.DropDownItemCount.html#C1_WPF_Schedule_C1Calendar_DropDownItemCount">DropDownItemCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_GenerateAdjacentMonthDaysProperty" data-uid="C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDaysProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDaysProperty.html">GenerateAdjacentMonthDaysProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDays.html#C1_WPF_Schedule_C1Calendar_GenerateAdjacentMonthDays">GenerateAdjacentMonthDays</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MaxSelectionCountProperty" data-uid="C1.WPF.Schedule.C1Calendar.MaxSelectionCountProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MaxSelectionCountProperty.html">MaxSelectionCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MaxSelectionCount.html#C1_WPF_Schedule_C1Calendar_MaxSelectionCount">MaxSelectionCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthCalendarStyleProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthCalendarStyleProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthCalendarStyleProperty.html">MonthCalendarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthCalendarStyle.html#C1_WPF_Schedule_C1Calendar_MonthCalendarStyle">MonthCalendarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthCountProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthCountProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthCountProperty.html">MonthCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthCount.html#C1_WPF_Schedule_C1Calendar_MonthCount">MonthCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthHeaderBackgroundProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderBackgroundProperty.html">MonthHeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderBackground.html#C1_WPF_Schedule_C1Calendar_MonthHeaderBackground">MonthHeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthHeaderFontFamilyProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderFontFamilyProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderFontFamilyProperty.html">MonthHeaderFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderFontFamily.html#C1_WPF_Schedule_C1Calendar_MonthHeaderFontFamily">MonthHeaderFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthHeaderFontSizeProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderFontSizeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderFontSizeProperty.html">MonthHeaderFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderFontSize.html#C1_WPF_Schedule_C1Calendar_MonthHeaderFontSize">MonthHeaderFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthHeaderFontWeightProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderFontWeightProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderFontWeightProperty.html">MonthHeaderFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderFontWeight.html#C1_WPF_Schedule_C1Calendar_MonthHeaderFontWeight">MonthHeaderFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthHeaderForegroundProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderForegroundProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderForegroundProperty.html">MonthHeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderForeground.html#C1_WPF_Schedule_C1Calendar_MonthHeaderForeground">MonthHeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthHeightProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeightProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeightProperty.html">MonthHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeight.html#C1_WPF_Schedule_C1Calendar_MonthHeight">MonthHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthSlotStyleProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthSlotStyleProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthSlotStyleProperty.html">MonthSlotStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthSlotStyle.html#C1_WPF_Schedule_C1Calendar_MonthSlotStyle">MonthSlotStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthWidthProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthWidthProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthWidthProperty.html">MonthWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthWidth.html#C1_WPF_Schedule_C1Calendar_MonthWidth">MonthWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthsPanelProperty" data-uid="C1.WPF.Schedule.C1Calendar.MonthsPanelProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthsPanelProperty.html">MonthsPanelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthsPanel.html#C1_WPF_Schedule_C1Calendar_MonthsPanel">MonthsPanel</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_NavigationButtonBrushProperty" data-uid="C1.WPF.Schedule.C1Calendar.NavigationButtonBrushProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.NavigationButtonBrushProperty.html">NavigationButtonBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.NavigationButtonBrush.html#C1_WPF_Schedule_C1Calendar_NavigationButtonBrush">NavigationButtonBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_NextMonthCommand" data-uid="C1.WPF.Schedule.C1Calendar.NextMonthCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.NextMonthCommand.html">NextMonthCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that makes a next month the month that is currently
represented by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_PreviousMonthCommand" data-uid="C1.WPF.Schedule.C1Calendar.PreviousMonthCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.PreviousMonthCommand.html">PreviousMonthCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that makes a previous month the month that is currently
represented by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_SelectedDatesProperty" data-uid="C1.WPF.Schedule.C1Calendar.SelectedDatesProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.SelectedDatesProperty.html">SelectedDatesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.SelectedDates.html#C1_WPF_Schedule_C1Calendar_SelectedDates">SelectedDates</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_SelectedDayBrushProperty" data-uid="C1.WPF.Schedule.C1Calendar.SelectedDayBrushProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.SelectedDayBrushProperty.html">SelectedDayBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.SelectedDayBrush.html#C1_WPF_Schedule_C1Calendar_SelectedDayBrush">SelectedDayBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_SelectionModeProperty" data-uid="C1.WPF.Schedule.C1Calendar.SelectionModeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.SelectionMode.html#C1_WPF_Schedule_C1Calendar_SelectionMode">SelectionMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_ShowWeekNumbersProperty" data-uid="C1.WPF.Schedule.C1Calendar.ShowWeekNumbersProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.ShowWeekNumbersProperty.html">ShowWeekNumbersProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.ShowWeekNumbers.html#C1_WPF_Schedule_C1Calendar_ShowWeekNumbers">ShowWeekNumbers</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_TodayBrushProperty" data-uid="C1.WPF.Schedule.C1Calendar.TodayBrushProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.TodayBrushProperty.html">TodayBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.TodayBrush.html#C1_WPF_Schedule_C1Calendar_TodayBrush">TodayBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_WeekendBrushProperty" data-uid="C1.WPF.Schedule.C1Calendar.WeekendBrushProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.WeekendBrushProperty.html">WeekendBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Calendar.WeekendBrush.html#C1_WPF_Schedule_C1Calendar_WeekendBrush">WeekendBrush</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_Schedule_C1Calendar_AdjacentMonthDayBrush" data-uid="C1.WPF.Schedule.C1Calendar.AdjacentMonthDayBrush">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.AdjacentMonthDayBrush.html#C1_WPF_Schedule_C1Calendar_AdjacentMonthDayBrush">AdjacentMonthDayBrush</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 adjacent month days.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_BoldedDates" data-uid="C1.WPF.Schedule.C1Calendar.BoldedDates">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.BoldedDates.html#C1_WPF_Schedule_C1Calendar_BoldedDates">BoldedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of bolded dates.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_DaysOfWeekBorderBrush" data-uid="C1.WPF.Schedule.C1Calendar.DaysOfWeekBorderBrush">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.DaysOfWeekBorderBrush.html#C1_WPF_Schedule_C1Calendar_DaysOfWeekBorderBrush">DaysOfWeekBorderBrush</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_Schedule_C1Calendar_DisabledDayBrush" data-uid="C1.WPF.Schedule.C1Calendar.DisabledDayBrush">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.DisabledDayBrush.html#C1_WPF_Schedule_C1Calendar_DisabledDayBrush">DisabledDayBrush</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_Schedule_C1Calendar_DropDownItemCount" data-uid="C1.WPF.Schedule.C1Calendar.DropDownItemCount">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.DropDownItemCount.html#C1_WPF_Schedule_C1Calendar_DropDownItemCount">DropDownItemCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of items in dropdown month/year selectors in the month header.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_GenerateAdjacentMonthDays" data-uid="C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDays">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDays.html#C1_WPF_Schedule_C1Calendar_GenerateAdjacentMonthDays">GenerateAdjacentMonthDays</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show days corresponding
to months which are adjacent for the months currently represented by the
control. The default value is False. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MaxSelectionCount" data-uid="C1.WPF.Schedule.C1Calendar.MaxSelectionCount">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MaxSelectionCount.html#C1_WPF_Schedule_C1Calendar_MaxSelectionCount">MaxSelectionCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of days that can be selected in the control.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthCalendarStyle" data-uid="C1.WPF.Schedule.C1Calendar.MonthCalendarStyle">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthCalendarStyle.html#C1_WPF_Schedule_C1Calendar_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.Schedule.C1CalendarItem.html">C1CalendarItem</a>
representing a single month. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_MonthCount" data-uid="C1.WPF.Schedule.C1Calendar.MonthCount">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthCount.html#C1_WPF_Schedule_C1Calendar_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_Schedule_C1Calendar_MonthHeaderBackground" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderBackground">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderBackground.html#C1_WPF_Schedule_C1Calendar_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_Schedule_C1Calendar_MonthHeaderFontFamily" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderFontFamily">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderFontFamily.html#C1_WPF_Schedule_C1Calendar_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_Schedule_C1Calendar_MonthHeaderFontSize" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderFontSize">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderFontSize.html#C1_WPF_Schedule_C1Calendar_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_Schedule_C1Calendar_MonthHeaderFontWeight" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderFontWeight">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderFontWeight.html#C1_WPF_Schedule_C1Calendar_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_Schedule_C1Calendar_MonthHeaderForeground" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeaderForeground">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeaderForeground.html#C1_WPF_Schedule_C1Calendar_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_Schedule_C1Calendar_MonthHeight" data-uid="C1.WPF.Schedule.C1Calendar.MonthHeight">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthHeight.html#C1_WPF_Schedule_C1Calendar_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_Schedule_C1Calendar_MonthSlotStyle" data-uid="C1.WPF.Schedule.C1Calendar.MonthSlotStyle">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthSlotStyle.html#C1_WPF_Schedule_C1Calendar_MonthSlotStyle">MonthSlotStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Style for <a class="xref" href="C1.WPF.Schedule.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_Schedule_C1Calendar_MonthWidth" data-uid="C1.WPF.Schedule.C1Calendar.MonthWidth">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthWidth.html#C1_WPF_Schedule_C1Calendar_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_Schedule_C1Calendar_MonthsPanel" data-uid="C1.WPF.Schedule.C1Calendar.MonthsPanel">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.MonthsPanel.html#C1_WPF_Schedule_C1Calendar_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_Schedule_C1Calendar_NavigationButtonBrush" data-uid="C1.WPF.Schedule.C1Calendar.NavigationButtonBrush">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.NavigationButtonBrush.html#C1_WPF_Schedule_C1Calendar_NavigationButtonBrush">NavigationButtonBrush</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 navigation buttons.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_SelectedDates" data-uid="C1.WPF.Schedule.C1Calendar.SelectedDates">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.SelectedDates.html#C1_WPF_Schedule_C1Calendar_SelectedDates">SelectedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of selected dates.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_SelectedDayBrush" data-uid="C1.WPF.Schedule.C1Calendar.SelectedDayBrush">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.SelectedDayBrush.html#C1_WPF_Schedule_C1Calendar_SelectedDayBrush">SelectedDayBrush</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_Schedule_C1Calendar_SelectionMode" data-uid="C1.WPF.Schedule.C1Calendar.SelectionMode">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.SelectionMode.html#C1_WPF_Schedule_C1Calendar_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection behavior for the <a class="xref" href="C1.WPF.Schedule.C1Calendar.html">C1Calendar</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_Schedule_C1Calendar_ShowWeekNumbers" data-uid="C1.WPF.Schedule.C1Calendar.ShowWeekNumbers">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.ShowWeekNumbers.html#C1_WPF_Schedule_C1Calendar_ShowWeekNumbers">ShowWeekNumbers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating whether the control displays week numbers (1-52).
This is a dependency property. The default is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_TodayBrush" data-uid="C1.WPF.Schedule.C1Calendar.TodayBrush">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.TodayBrush.html#C1_WPF_Schedule_C1Calendar_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>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_WeekendBrush" data-uid="C1.WPF.Schedule.C1Calendar.WeekendBrush">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.WeekendBrush.html#C1_WPF_Schedule_C1Calendar_WeekendBrush">WeekendBrush</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 weekends.
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_Schedule_C1Calendar_Calendar_Loaded_System_Object_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Schedule.C1Calendar.Calendar_Loaded(System.Object,System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.Calendar_Loaded.html#C1_WPF_Schedule_C1Calendar_Calendar_Loaded_System_Object_System_Windows_RoutedEventArgs_">Calendar_Loaded(object, RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_NextMonth" data-uid="C1.WPF.Schedule.C1Calendar.NextMonth">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.NextMonth.html#C1_WPF_Schedule_C1Calendar_NextMonth">NextMonth()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the next month the month that is currently represented by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_OnApplyTemplate" data-uid="C1.WPF.Schedule.C1Calendar.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.OnApplyTemplate.html#C1_WPF_Schedule_C1Calendar_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Rebuilds calendar slots after initializing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_OnCreateAutomationPeer" data-uid="C1.WPF.Schedule.C1Calendar.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.OnCreateAutomationPeer.html#C1_WPF_Schedule_C1Calendar_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an AutomationPeer object used for testing the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_OnKeyUp_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Schedule.C1Calendar.OnKeyUp(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.OnKeyUp.html#C1_WPF_Schedule_C1Calendar_OnKeyUp_System_Windows_Input_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_OnMaxDateChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Schedule.C1Calendar.OnMaxDateChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.OnMaxDateChanged.html#C1_WPF_Schedule_C1Calendar_OnMaxDateChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnMaxDateChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_OnMinDateChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Schedule.C1Calendar.OnMinDateChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.OnMinDateChanged.html#C1_WPF_Schedule_C1Calendar_OnMinDateChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnMinDateChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_OnMouseMove_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Schedule.C1Calendar.OnMouseMove(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.OnMouseMove.html#C1_WPF_Schedule_C1Calendar_OnMouseMove_System_Windows_Input_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects continuous dates if mouse is moved with the left button pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_OnMouseUp_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.Schedule.C1Calendar.OnMouseUp(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.OnMouseUp.html#C1_WPF_Schedule_C1Calendar_OnMouseUp_System_Windows_Input_MouseButtonEventArgs_">OnMouseUp(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Finishes updating of SelectedDates collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_PreviousMonth" data-uid="C1.WPF.Schedule.C1Calendar.PreviousMonth">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.PreviousMonth.html#C1_WPF_Schedule_C1Calendar_PreviousMonth">PreviousMonth()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the previous month the month that is currently represented by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_ReceiveWeakEvent_System_Type_System_Object_System_EventArgs_" data-uid="C1.WPF.Schedule.C1Calendar.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.ReceiveWeakEvent.html#C1_WPF_Schedule_C1Calendar_ReceiveWeakEvent_System_Type_System_Object_System_EventArgs_">ReceiveWeakEvent(Type, object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Receives events from the centralized event manager.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_RefreshTheme_System_Windows_ResourceDictionary_System_Windows_ResourceDictionary_" data-uid="C1.WPF.Schedule.C1Calendar.RefreshTheme(System.Windows.ResourceDictionary,System.Windows.ResourceDictionary)">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.RefreshTheme.html#C1_WPF_Schedule_C1Calendar_RefreshTheme_System_Windows_ResourceDictionary_System_Windows_ResourceDictionary_">RefreshTheme(ResourceDictionary, ResourceDictionary)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_SetSelectionToDate" data-uid="C1.WPF.Schedule.C1Calendar.SetSelectionToDate">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.SetSelectionToDate.html#C1_WPF_Schedule_C1Calendar_SetSelectionToDate">SetSelectionToDate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Calendar_Today" data-uid="C1.WPF.Schedule.C1Calendar.Today">
          <a class="xref" href="C1.WPF.Schedule.C1Calendar.Today.html#C1_WPF_Schedule_C1Calendar_Today">Today()</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates control to the current date.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
