# C1.Win.C1Input.DateEditMonthCalendar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_DateEditMonthCalendar" data-uid="C1.Win.C1Input.DateEditMonthCalendar" class="text-break">DateEditMonthCalendar Class
</h1>
  <div class="markdown level0 summary"><p>Represents drop down calendar.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><span class="xref">DateEditMonthCalendar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_DateEditMonthCalendar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DateEditMonthCalendar : ContainerControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DateEditMonthCalendar
    Inherits ContainerControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IDisposable</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_Win_C1Input_DateEditMonthCalendar__ctor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.#ctor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.-ctor.html#C1_Win_C1Input_DateEditMonthCalendar__ctor">DateEditMonthCalendar()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the instance of the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.html">DateEditMonthCalendar</a> class.</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_Win_C1Input_DateEditMonthCalendar_AnnuallyBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.AnnuallyBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.AnnuallyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_AnnuallyBoldedDates">AnnuallyBoldedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of System.DateTime objects that determines which annual days are displayed in bold.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ArrowColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ArrowColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ArrowColor.html#C1_Win_C1Input_DateEditMonthCalendar_ArrowColor">ArrowColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the arrows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_BackColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.BackColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.BackColor.html#C1_Win_C1Input_DateEditMonthCalendar_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_BoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.BoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.BoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_BoldedDates">BoldedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of System.DateTime objects that determines which nonrecurring dates are displayed in bold.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_CalendarDimensions" data-uid="C1.Win.C1Input.DateEditMonthCalendar.CalendarDimensions">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.CalendarDimensions.html#C1_Win_C1Input_DateEditMonthCalendar_CalendarDimensions">CalendarDimensions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns and rows of months displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_CalendarWeekRule" data-uid="C1.Win.C1Input.DateEditMonthCalendar.CalendarWeekRule">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.CalendarWeekRule.html#C1_Win_C1Input_DateEditMonthCalendar_CalendarWeekRule">CalendarWeekRule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies which rule is used to determine the first calendar week of the year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_CaptionFormat" data-uid="C1.Win.C1Input.DateEditMonthCalendar.CaptionFormat">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.CaptionFormat.html#C1_Win_C1Input_DateEditMonthCalendar_CaptionFormat">CaptionFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format to use for the calendar caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ClearText" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ClearText">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ClearText.html#C1_Win_C1Input_DateEditMonthCalendar_ClearText">ClearText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the &quot;Clear&quot; button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_CurrentMonthDisplayOffset" data-uid="C1.Win.C1Input.DateEditMonthCalendar.CurrentMonthDisplayOffset">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.CurrentMonthDisplayOffset.html#C1_Win_C1Input_DateEditMonthCalendar_CurrentMonthDisplayOffset">CurrentMonthDisplayOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current month display offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_DateIsNull" data-uid="C1.Win.C1Input.DateEditMonthCalendar.DateIsNull">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.DateIsNull.html#C1_Win_C1Input_DateEditMonthCalendar_DateIsNull">DateIsNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating that no date is currently selected in the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_DayNameLength" data-uid="C1.Win.C1Input.DateEditMonthCalendar.DayNameLength">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.DayNameLength.html#C1_Win_C1Input_DateEditMonthCalendar_DayNameLength">DayNameLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum length of day names.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_DayNamesColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.DayNamesColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.DayNamesColor.html#C1_Win_C1Input_DateEditMonthCalendar_DayNamesColor">DayNamesColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day names' text color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_DayNamesFont" data-uid="C1.Win.C1Input.DateEditMonthCalendar.DayNamesFont">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.DayNamesFont.html#C1_Win_C1Input_DateEditMonthCalendar_DayNamesFont">DayNamesFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day names font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_DisabledDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.DisabledDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.DisabledDates.html#C1_Win_C1Input_DateEditMonthCalendar_DisabledDates">DisabledDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of System.DateTime objects that determines which dates are disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_FirstDayOfWeek" data-uid="C1.Win.C1Input.DateEditMonthCalendar.FirstDayOfWeek">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.FirstDayOfWeek.html#C1_Win_C1Input_DateEditMonthCalendar_FirstDayOfWeek">FirstDayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first day of the week as displayed in the month calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_FirstMonth" data-uid="C1.Win.C1Input.DateEditMonthCalendar.FirstMonth">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.FirstMonth.html#C1_Win_C1Input_DateEditMonthCalendar_FirstMonth">FirstMonth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first day of the first fully shown month.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_LastMonth" data-uid="C1.Win.C1Input.DateEditMonthCalendar.LastMonth">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.LastMonth.html#C1_Win_C1Input_DateEditMonthCalendar_LastMonth">LastMonth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the last day of the last fully shown month.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_LineColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.LineColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.LineColor.html#C1_Win_C1Input_DateEditMonthCalendar_LineColor">LineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_MaxDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.MaxDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MaxDate.html#C1_Win_C1Input_DateEditMonthCalendar_MaxDate">MaxDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum allowable date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_MinDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.MinDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MinDate.html#C1_Win_C1Input_DateEditMonthCalendar_MinDate">MinDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum allowable date. The default value is DateTime.MinValue (01/01/0001).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_MonthlyBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.MonthlyBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MonthlyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_MonthlyBoldedDates">MonthlyBoldedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of System.DateTime objects that determine which monthly days to bold.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RightToLeft" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RightToLeft">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RightToLeft.html#C1_Win_C1Input_DateEditMonthCalendar_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RightToLeftLayout" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RightToLeftLayout">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RightToLeftLayout.html#C1_Win_C1Input_DateEditMonthCalendar_RightToLeftLayout">RightToLeftLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control is laid out from right to left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_SelectedDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.SelectedDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.SelectedDate.html#C1_Win_C1Input_DateEditMonthCalendar_SelectedDate">SelectedDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_SelectionBackColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.SelectionBackColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.SelectionBackColor.html#C1_Win_C1Input_DateEditMonthCalendar_SelectionBackColor">SelectionBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection background color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_SelectionForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.SelectionForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.SelectionForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_SelectionForeColor">SelectionForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection foreground color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShowClearButton" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShowClearButton">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShowClearButton.html#C1_Win_C1Input_DateEditMonthCalendar_ShowClearButton">ShowClearButton</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the Clear button of the dropdown calendar is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShowToday" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShowToday">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShowToday.html#C1_Win_C1Input_DateEditMonthCalendar_ShowToday">ShowToday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the date represented by the TodayDate property is displayed at the bottom of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShowTodayButton" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShowTodayButton">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShowTodayButton.html#C1_Win_C1Input_DateEditMonthCalendar_ShowTodayButton">ShowTodayButton</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the Today button of the dropdown calendar is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShowTodayCircle" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShowTodayCircle">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShowTodayCircle.html#C1_Win_C1Input_DateEditMonthCalendar_ShowTodayCircle">ShowTodayCircle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether today's date is circled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShowWeekNumbers" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShowWeekNumbers">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShowWeekNumbers.html#C1_Win_C1Input_DateEditMonthCalendar_ShowWeekNumbers">ShowWeekNumbers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the month calendar control displays
week numbers (1-52) to the left of each row of days.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TitleBackColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TitleBackColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TitleBackColor.html#C1_Win_C1Input_DateEditMonthCalendar_TitleBackColor">TitleBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the background color of the title area of the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TitleFont" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TitleFont">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TitleFont.html#C1_Win_C1Input_DateEditMonthCalendar_TitleFont">TitleFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TitleForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TitleForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TitleForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_TitleForeColor">TitleForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the foreground color of the title area of the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TitleHeight" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TitleHeight">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TitleHeight.html#C1_Win_C1Input_DateEditMonthCalendar_TitleHeight">TitleHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TodayBorderColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TodayBorderColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TodayBorderColor.html#C1_Win_C1Input_DateEditMonthCalendar_TodayBorderColor">TodayBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the border around the current date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TodayDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TodayDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TodayDate.html#C1_Win_C1Input_DateEditMonthCalendar_TodayDate">TodayDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value that is used by DateEditMonthCalendar as today's date.
The default value is the current system date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TodayText" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TodayText">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TodayText.html#C1_Win_C1Input_DateEditMonthCalendar_TodayText">TodayText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the &quot;Today&quot; button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TrailingForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TrailingForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TrailingForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_TrailingForeColor">TrailingForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the color of days in months that are not
fully displayed in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_VisualStyle" data-uid="C1.Win.C1Input.DateEditMonthCalendar.VisualStyle">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.VisualStyle.html#C1_Win_C1Input_DateEditMonthCalendar_VisualStyle">VisualStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets VisualStyle.</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_Win_C1Input_DateEditMonthCalendar_AddAnnuallyBoldedDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.AddAnnuallyBoldedDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.AddAnnuallyBoldedDate.html#C1_Win_C1Input_DateEditMonthCalendar_AddAnnuallyBoldedDate_System_DateTime_">AddAnnuallyBoldedDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a day that is displayed in bold on an annual basis in the month calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_AddBoldedDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.AddBoldedDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.AddBoldedDate.html#C1_Win_C1Input_DateEditMonthCalendar_AddBoldedDate_System_DateTime_">AddBoldedDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a day to be displayed in bold in the month calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_AddDisabledDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.AddDisabledDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.AddDisabledDate.html#C1_Win_C1Input_DateEditMonthCalendar_AddDisabledDate_System_DateTime_">AddDisabledDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a day to be disabled in the month calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_AddMonthlyBoldedDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.AddMonthlyBoldedDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.AddMonthlyBoldedDate.html#C1_Win_C1Input_DateEditMonthCalendar_AddMonthlyBoldedDate_System_DateTime_">AddMonthlyBoldedDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a day that is displayed in bold on a monthly basis in the month calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ContainsDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ContainsDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ContainsDate.html#C1_Win_C1Input_DateEditMonthCalendar_ContainsDate_System_DateTime_">ContainsDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_Dispose_System_Boolean_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.Dispose.html#C1_Win_C1Input_DateEditMonthCalendar_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_GetDisplayRange_System_Boolean_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.GetDisplayRange(System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.GetDisplayRange.html#C1_Win_C1Input_DateEditMonthCalendar_GetDisplayRange_System_Boolean_">GetDisplayRange(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves date information that represents the low and high limits of the displayed dates of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_HitTest_System_Drawing_Point_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.HitTest(System.Drawing.Point)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.HitTest.html#C1_Win_C1Input_DateEditMonthCalendar_HitTest_System_Drawing_Point_">HitTest(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object with information on which portion of a month calendar control
is at a location specified by a System.Drawing.Point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_HitTest_System_Int32_System_Int32_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.HitTest(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.HitTest.html#C1_Win_C1Input_DateEditMonthCalendar_HitTest_System_Int32_System_Int32_">HitTest(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a System.Windows.Forms.MonthCalendar.HitTestInfo with information
on which portion of a month calendar control is at a specified x- and y-coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnBackColorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnBackColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnBackColorChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnBackColorChanged_System_EventArgs_">OnBackColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnClearButtonClick_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnClearButtonClick(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnClearButtonClick.html#C1_Win_C1Input_DateEditMonthCalendar_OnClearButtonClick_System_EventArgs_">OnClearButtonClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnClearButtonVisibilityChanged_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnClearButtonVisibilityChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnClearButtonVisibilityChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnClearButtonVisibilityChanged_System_EventArgs_">OnClearButtonVisibilityChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnDateValueChanged_C1_Win_C1Input_NullableDateTimeEventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnDateValueChanged(C1.Win.C1Input.NullableDateTimeEventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnDateValueChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnDateValueChanged_C1_Win_C1Input_NullableDateTimeEventArgs_">OnDateValueChanged(NullableDateTimeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnDateValueSelected_C1_Win_C1Input_NullableDateTimeEventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnDateValueSelected(C1.Win.C1Input.NullableDateTimeEventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnDateValueSelected.html#C1_Win_C1Input_DateEditMonthCalendar_OnDateValueSelected_C1_Win_C1Input_NullableDateTimeEventArgs_">OnDateValueSelected(NullableDateTimeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnFontChanged_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnFontChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnLayout_System_Windows_Forms_LayoutEventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnLayout(System.Windows.Forms.LayoutEventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnLayout.html#C1_Win_C1Input_DateEditMonthCalendar_OnLayout_System_Windows_Forms_LayoutEventArgs_">OnLayout(LayoutEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnMonthChanged_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnMonthChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnMonthChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnMonthChanged_System_EventArgs_">OnMonthChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MonthChanged.html">MonthChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnMouseClick_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnMouseClick(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnMouseClick.html#C1_Win_C1Input_DateEditMonthCalendar_OnMouseClick_System_Windows_Forms_MouseEventArgs_">OnMouseClick(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnPaint.html#C1_Win_C1Input_DateEditMonthCalendar_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnParentChanged_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnParentChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnParentChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnRightToLeftLayoutChanged_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnRightToLeftLayoutChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnRightToLeftLayoutChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnRightToLeftLayoutChanged_System_EventArgs_">OnRightToLeftLayoutChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RightToLeftLayoutChanged.html">RightToLeftLayoutChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnTodayButtonClick_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnTodayButtonClick(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnTodayButtonClick.html#C1_Win_C1Input_DateEditMonthCalendar_OnTodayButtonClick_System_EventArgs_">OnTodayButtonClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnTodayButtonVisibilityChanged_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnTodayButtonVisibilityChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnTodayButtonVisibilityChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnTodayButtonVisibilityChanged_System_EventArgs_">OnTodayButtonVisibilityChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnVisibleChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_OnVisualStyleChanged_System_EventArgs_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.OnVisualStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.OnVisualStyleChanged.html#C1_Win_C1Input_DateEditMonthCalendar_OnVisualStyleChanged_System_EventArgs_">OnVisualStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the VisualStyleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ProcessCmdKey.html#C1_Win_C1Input_DateEditMonthCalendar_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_">ProcessCmdKey(ref Message, Keys)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RemoveAllAnnuallyBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RemoveAllAnnuallyBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RemoveAllAnnuallyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_RemoveAllAnnuallyBoldedDates">RemoveAllAnnuallyBoldedDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the annually bold dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RemoveAllBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RemoveAllBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RemoveAllBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_RemoveAllBoldedDates">RemoveAllBoldedDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the nonrecurring bold dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RemoveAllDisabledDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RemoveAllDisabledDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RemoveAllDisabledDates.html#C1_Win_C1Input_DateEditMonthCalendar_RemoveAllDisabledDates">RemoveAllDisabledDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the all disabled dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RemoveAllMonthlyBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RemoveAllMonthlyBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RemoveAllMonthlyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_RemoveAllMonthlyBoldedDates">RemoveAllMonthlyBoldedDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the monthly bold dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RemoveAnnuallyBoldedDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RemoveAnnuallyBoldedDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RemoveAnnuallyBoldedDate.html#C1_Win_C1Input_DateEditMonthCalendar_RemoveAnnuallyBoldedDate_System_DateTime_">RemoveAnnuallyBoldedDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified date from the list of annually bold dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RemoveBoldedDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RemoveBoldedDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RemoveBoldedDate.html#C1_Win_C1Input_DateEditMonthCalendar_RemoveBoldedDate_System_DateTime_">RemoveBoldedDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified date from the list of nonrecurring bold dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RemoveDisabledDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RemoveDisabledDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RemoveDisabledDate.html#C1_Win_C1Input_DateEditMonthCalendar_RemoveDisabledDate_System_DateTime_">RemoveDisabledDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified date from the list of disabled dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RemoveMonthlyBoldedDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RemoveMonthlyBoldedDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RemoveMonthlyBoldedDate.html#C1_Win_C1Input_DateEditMonthCalendar_RemoveMonthlyBoldedDate_System_DateTime_">RemoveMonthlyBoldedDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified date from the list of monthly bolded dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetAnnuallyBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetAnnuallyBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetAnnuallyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_ResetAnnuallyBoldedDates">ResetAnnuallyBoldedDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.AnnuallyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_AnnuallyBoldedDates">AnnuallyBoldedDates</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetArrowColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetArrowColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetArrowColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetArrowColor">ResetArrowColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetBackColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetBackColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetBackColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_ResetBoldedDates">ResetBoldedDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.BoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_BoldedDates">BoldedDates</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetCalendarDimensions" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetCalendarDimensions">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetCalendarDimensions.html#C1_Win_C1Input_DateEditMonthCalendar_ResetCalendarDimensions">ResetCalendarDimensions()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.CalendarDimensions.html#C1_Win_C1Input_DateEditMonthCalendar_CalendarDimensions">CalendarDimensions</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetDayNameLength" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetDayNameLength">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetDayNameLength.html#C1_Win_C1Input_DateEditMonthCalendar_ResetDayNameLength">ResetDayNameLength()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetDayNamesColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetDayNamesColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetDayNamesColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetDayNamesColor">ResetDayNamesColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetDayNamesFont" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetDayNamesFont">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetDayNamesFont.html#C1_Win_C1Input_DateEditMonthCalendar_ResetDayNamesFont">ResetDayNamesFont()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetDisabledDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetDisabledDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetDisabledDates.html#C1_Win_C1Input_DateEditMonthCalendar_ResetDisabledDates">ResetDisabledDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetDisabledDates.html#C1_Win_C1Input_DateEditMonthCalendar_ResetDisabledDates">ResetDisabledDates()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetLineColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetLineColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetLineColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetLineColor">ResetLineColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetMaxDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetMaxDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetMaxDate.html#C1_Win_C1Input_DateEditMonthCalendar_ResetMaxDate">ResetMaxDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MaxDate.html#C1_Win_C1Input_DateEditMonthCalendar_MaxDate">MaxDate</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetMinDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetMinDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetMinDate.html#C1_Win_C1Input_DateEditMonthCalendar_ResetMinDate">ResetMinDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MinDate.html#C1_Win_C1Input_DateEditMonthCalendar_MinDate">MinDate</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetMonthlyBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetMonthlyBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetMonthlyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_ResetMonthlyBoldedDates">ResetMonthlyBoldedDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MonthlyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_MonthlyBoldedDates">MonthlyBoldedDates</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetSelectedDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetSelectedDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetSelectedDate.html#C1_Win_C1Input_DateEditMonthCalendar_ResetSelectedDate">ResetSelectedDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.SelectedDate.html#C1_Win_C1Input_DateEditMonthCalendar_SelectedDate">SelectedDate</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetSelectionBackColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetSelectionBackColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetSelectionBackColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetSelectionBackColor">ResetSelectionBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetSelectionForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetSelectionForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetSelectionForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetSelectionForeColor">ResetSelectionForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetTitleBackColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetTitleBackColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetTitleBackColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetTitleBackColor">ResetTitleBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetTitleFont" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetTitleFont">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetTitleFont.html#C1_Win_C1Input_DateEditMonthCalendar_ResetTitleFont">ResetTitleFont()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetTitleForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetTitleForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetTitleForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetTitleForeColor">ResetTitleForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetTitleHeight" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetTitleHeight">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetTitleHeight.html#C1_Win_C1Input_DateEditMonthCalendar_ResetTitleHeight">ResetTitleHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetTodayBorderColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetTodayBorderColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetTodayBorderColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetTodayBorderColor">ResetTodayBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetTodayDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetTodayDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetTodayDate.html#C1_Win_C1Input_DateEditMonthCalendar_ResetTodayDate">ResetTodayDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TodayDate.html#C1_Win_C1Input_DateEditMonthCalendar_TodayDate">TodayDate</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetTrailingForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetTrailingForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetTrailingForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_ResetTrailingForeColor">ResetTrailingForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResetVisualStyle" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResetVisualStyle">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResetVisualStyle.html#C1_Win_C1Input_DateEditMonthCalendar_ResetVisualStyle">ResetVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.VisualStyle.html#C1_Win_C1Input_DateEditMonthCalendar_VisualStyle">VisualStyle</a> to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ResumeAllLayout_System_Boolean_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ResumeAllLayout(System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ResumeAllLayout.html#C1_Win_C1Input_DateEditMonthCalendar_ResumeAllLayout_System_Boolean_">ResumeAllLayout(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Calls ResumeLayout on all DateEditMonthCalendar's child controls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_SetCalendarDimensions_System_Int32_System_Int32_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.SetCalendarDimensions(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.SetCalendarDimensions.html#C1_Win_C1Input_DateEditMonthCalendar_SetCalendarDimensions_System_Int32_System_Int32_">SetCalendarDimensions(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the number of columns and rows of months to display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_SetDate_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.SetDate(System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.SetDate.html#C1_Win_C1Input_DateEditMonthCalendar_SetDate_System_DateTime_">SetDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a date as the currently selected date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_SetSelectionRange_System_DateTime_System_DateTime_" data-uid="C1.Win.C1Input.DateEditMonthCalendar.SetSelectionRange(System.DateTime,System.DateTime)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.SetSelectionRange.html#C1_Win_C1Input_DateEditMonthCalendar_SetSelectionRange_System_DateTime_System_DateTime_">SetSelectionRange(DateTime, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the selected dates in a month calendar control to the specified date range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeAnnuallyBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeAnnuallyBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeAnnuallyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeAnnuallyBoldedDates">ShouldSerializeAnnuallyBoldedDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.AnnuallyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_AnnuallyBoldedDates">AnnuallyBoldedDates</a> property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeArrowColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeArrowColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeArrowColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeArrowColor">ShouldSerializeArrowColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeBackColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeBackColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeBoldedDates">ShouldSerializeBoldedDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.BoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_BoldedDates">BoldedDates</a> property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeCalendarDimensions" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeCalendarDimensions">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeCalendarDimensions.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeCalendarDimensions">ShouldSerializeCalendarDimensions()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.CalendarDimensions.html#C1_Win_C1Input_DateEditMonthCalendar_CalendarDimensions">CalendarDimensions</a> property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeDayNameLength" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeDayNameLength">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeDayNameLength.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeDayNameLength">ShouldSerializeDayNameLength()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeDayNamesColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeDayNamesColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeDayNamesColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeDayNamesColor">ShouldSerializeDayNamesColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeDayNamesFont" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeDayNamesFont">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeDayNamesFont.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeDayNamesFont">ShouldSerializeDayNamesFont()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeDisabledDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeDisabledDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeDisabledDates.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeDisabledDates">ShouldSerializeDisabledDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.DisabledDates.html#C1_Win_C1Input_DateEditMonthCalendar_DisabledDates">DisabledDates</a> property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeLineColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeLineColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeLineColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeLineColor">ShouldSerializeLineColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeMaxDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeMaxDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeMaxDate.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeMaxDate">ShouldSerializeMaxDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MaxDate.html#C1_Win_C1Input_DateEditMonthCalendar_MaxDate">MaxDate</a> property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeMinDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeMinDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeMinDate.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeMinDate">ShouldSerializeMinDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MinDate.html#C1_Win_C1Input_DateEditMonthCalendar_MinDate">MinDate</a> property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeMonthlyBoldedDates" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeMonthlyBoldedDates">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeMonthlyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeMonthlyBoldedDates">ShouldSerializeMonthlyBoldedDates()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MonthlyBoldedDates.html#C1_Win_C1Input_DateEditMonthCalendar_MonthlyBoldedDates">MonthlyBoldedDates</a> property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeSelectedDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeSelectedDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeSelectedDate.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeSelectedDate">ShouldSerializeSelectedDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.SelectedDate.html#C1_Win_C1Input_DateEditMonthCalendar_SelectedDate">SelectedDate</a> property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeSelectionBackColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeSelectionBackColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeSelectionBackColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeSelectionBackColor">ShouldSerializeSelectionBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeSelectionForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeSelectionForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeSelectionForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeSelectionForeColor">ShouldSerializeSelectionForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTitleBackColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTitleBackColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTitleBackColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTitleBackColor">ShouldSerializeTitleBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTitleFont" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTitleFont">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTitleFont.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTitleFont">ShouldSerializeTitleFont()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTitleForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTitleForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTitleForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTitleForeColor">ShouldSerializeTitleForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTitleHeight" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTitleHeight">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTitleHeight.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTitleHeight">ShouldSerializeTitleHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTodayBorderColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTodayBorderColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTodayBorderColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTodayBorderColor">ShouldSerializeTodayBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTodayDate" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTodayDate">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTodayDate.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTodayDate">ShouldSerializeTodayDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TodayDate.html#C1_Win_C1Input_DateEditMonthCalendar_TodayDate">TodayDate</a> property should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTrailingForeColor" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTrailingForeColor">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeTrailingForeColor.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeTrailingForeColor">ShouldSerializeTrailingForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeVisualStyle" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeVisualStyle">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ShouldSerializeVisualStyle.html#C1_Win_C1Input_DateEditMonthCalendar_ShouldSerializeVisualStyle">ShouldSerializeVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.VisualStyle.html#C1_Win_C1Input_DateEditMonthCalendar_VisualStyle">VisualStyle</a> should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_SuspendAllLayout" data-uid="C1.Win.C1Input.DateEditMonthCalendar.SuspendAllLayout">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.SuspendAllLayout.html#C1_Win_C1Input_DateEditMonthCalendar_SuspendAllLayout">SuspendAllLayout()</a>
        </td>
        <td class="markdown level1 summary"><p>Calls SuspendLayout on all DateEditMonthCalendar's child controls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.DateEditMonthCalendar.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.WndProc.html#C1_Win_C1Input_DateEditMonthCalendar_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></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_Win_C1Input_DateEditMonthCalendar_ClearButtonClick" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ClearButtonClick">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ClearButtonClick.html">ClearButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Clear button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_ClearButtonVisibilityChanged" data-uid="C1.Win.C1Input.DateEditMonthCalendar.ClearButtonVisibilityChanged">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.ClearButtonVisibilityChanged.html">ClearButtonVisibilityChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Clear button visibility is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_DateValueChanged" data-uid="C1.Win.C1Input.DateEditMonthCalendar.DateValueChanged">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.DateValueChanged.html">DateValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the Date property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_DateValueSelected" data-uid="C1.Win.C1Input.DateEditMonthCalendar.DateValueSelected">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.DateValueSelected.html">DateValueSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user selects a value for the Date property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_MonthChanged" data-uid="C1.Win.C1Input.DateEditMonthCalendar.MonthChanged">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.MonthChanged.html">MonthChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the month change in the Dropdown calendar in C1DateEdit.
Occurs when the value of the <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.FirstMonth.html#C1_Win_C1Input_DateEditMonthCalendar_FirstMonth">FirstMonth</a> or <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.LastMonth.html#C1_Win_C1Input_DateEditMonthCalendar_LastMonth">LastMonth</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_RightToLeftLayoutChanged" data-uid="C1.Win.C1Input.DateEditMonthCalendar.RightToLeftLayoutChanged">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.RightToLeftLayoutChanged.html">RightToLeftLayoutChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the RightToLeftLayout property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TodayButtonClick" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TodayButtonClick">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TodayButtonClick.html">TodayButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Today button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_TodayButtonVisibilityChanged" data-uid="C1.Win.C1Input.DateEditMonthCalendar.TodayButtonVisibilityChanged">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.TodayButtonVisibilityChanged.html">TodayButtonVisibilityChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Today button visibility is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateEditMonthCalendar_VisualStyleChanged" data-uid="C1.Win.C1Input.DateEditMonthCalendar.VisualStyleChanged">
          <a class="xref" href="C1.Win.C1Input.DateEditMonthCalendar.VisualStyleChanged.html">VisualStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the VisualStyle property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
