# C1.Web.Mvc.Fluent.CalendarBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_CalendarBuilder" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder" class="text-break">CalendarBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Calendar.html">Calendar</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Calendar.html">Calendar</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.html">CalendarBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Calendar.html">Calendar</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.html">CalendarBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Calendar.html">Calendar</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.html">CalendarBuilder</a>&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.InputBaseBuilder-2.html">InputBaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Calendar.html">Calendar</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.html">CalendarBuilder</a>&gt;</div>
    <div class="level6"><span class="xref">CalendarBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_CalendarBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarBuilder : InputBaseBuilder&lt;Calendar, CalendarBuilder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarBuilder
    Inherits InputBaseBuilder(Of Calendar, CalendarBuilder)
    Implements IHtmlContent</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_Web_Mvc_Fluent_CalendarBuilder__ctor_C1_Web_Mvc_Calendar_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.#ctor(C1.Web.Mvc.Calendar)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.-ctor.html#C1_Web_Mvc_Fluent_CalendarBuilder__ctor_C1_Web_Mvc_Calendar_">CalendarBuilder(Calendar)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.html">CalendarBuilder</a> instance to configurate <code class="paramref">component</code>.</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_Web_Mvc_Fluent_CalendarBuilder_AriaLabel_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.AriaLabel(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.AriaLabel.html#C1_Web_Mvc_Fluent_CalendarBuilder_AriaLabel_System_String_">AriaLabel(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.AriaLabel.html#C1_Web_Mvc_Calendar_AriaLabel">AriaLabel</a>.
Sets the aria-label attribute of &quot;Calendar&quot; element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_DisplayMonth_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.DisplayMonth(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.DisplayMonth.html#C1_Web_Mvc_Fluent_CalendarBuilder_DisplayMonth_System_DateTime_">DisplayMonth(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.DisplayMonth.html#C1_Web_Mvc_Calendar_DisplayMonth">DisplayMonth</a>.
Sets the month displayed in the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_FirstDayOfWeek_System_DayOfWeek_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.FirstDayOfWeek(System.DayOfWeek)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.FirstDayOfWeek.html#C1_Web_Mvc_Fluent_CalendarBuilder_FirstDayOfWeek_System_DayOfWeek_">FirstDayOfWeek(DayOfWeek)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.FirstDayOfWeek.html#C1_Web_Mvc_Calendar_FirstDayOfWeek">FirstDayOfWeek</a>.
Sets a value that represents the first day of the week, the one displayed in the first column of the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_FocusMode_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.FocusMode(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.FocusMode.html#C1_Web_Mvc_Fluent_CalendarBuilder_FocusMode_System_Boolean_">FocusMode(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.FocusMode.html#C1_Web_Mvc_Calendar_FocusMode">FocusMode</a>.
Sets the focusMode enabled to support wcag related functions  of &quot; Calendar&quot; element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_FormatDayHeaders_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.FormatDayHeaders(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.FormatDayHeaders.html#C1_Web_Mvc_Fluent_CalendarBuilder_FormatDayHeaders_System_String_">FormatDayHeaders(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.FormatDayHeaders.html#C1_Web_Mvc_Calendar_FormatDayHeaders">FormatDayHeaders</a>.
Sets the format used to display the headers above the days in month view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_FormatDays_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.FormatDays(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.FormatDays.html#C1_Web_Mvc_Fluent_CalendarBuilder_FormatDays_System_String_">FormatDays(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.FormatDays.html#C1_Web_Mvc_Calendar_FormatDays">FormatDays</a>.
Sets the format used to display the days in month view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_FormatMonths_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.FormatMonths(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.FormatMonths.html#C1_Web_Mvc_Fluent_CalendarBuilder_FormatMonths_System_String_">FormatMonths(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.FormatMonths.html#C1_Web_Mvc_Calendar_FormatMonths">FormatMonths</a>.
Sets the format used to display the months in year view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_FormatYear_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.FormatYear(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.FormatYear.html#C1_Web_Mvc_Fluent_CalendarBuilder_FormatYear_System_String_">FormatYear(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.FormatYear.html#C1_Web_Mvc_Calendar_FormatYear">FormatYear</a>.
Sets the format used to display the year above the months in year view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_FormatYearMonth_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.FormatYearMonth(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.FormatYearMonth.html#C1_Web_Mvc_Fluent_CalendarBuilder_FormatYearMonth_System_String_">FormatYearMonth(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.FormatYearMonth.html#C1_Web_Mvc_Calendar_FormatYearMonth">FormatYearMonth</a>.
Sets the format used to display the month and year above the calendar in month view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_HandleWheel_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.HandleWheel(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.HandleWheel.html#C1_Web_Mvc_Fluent_CalendarBuilder_HandleWheel_System_Boolean_">HandleWheel(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.HandleWheel.html#C1_Web_Mvc_Calendar_HandleWheel">HandleWheel</a>.
Sets a value that determines whether the user can change the current displayMonth using the mouse wheel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_IsReadOnly_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.IsReadOnly(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.IsReadOnly.html#C1_Web_Mvc_Fluent_CalendarBuilder_IsReadOnly_System_Boolean_">IsReadOnly(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.IsReadOnly.html#C1_Web_Mvc_Calendar_IsReadOnly">IsReadOnly</a>.
Sets a value that indicates whether the user can modify the control value using the mouse and keyboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_ItemFormatter_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.ItemFormatter(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.ItemFormatter.html#C1_Web_Mvc_Fluent_CalendarBuilder_ItemFormatter_System_String_">ItemFormatter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.ItemFormatter.html#C1_Web_Mvc_Calendar_ItemFormatter">ItemFormatter</a>.
Sets a formatter function to customize dates in the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_ItemValidator_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.ItemValidator(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.ItemValidator.html#C1_Web_Mvc_Fluent_CalendarBuilder_ItemValidator_System_String_">ItemValidator(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.ItemValidator.html#C1_Web_Mvc_Calendar_ItemValidator">ItemValidator</a>.
Sets the name of a validator javascript function to determine whether dates are valid for selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_KeyActionTab_C1_Web_Mvc_CalendarTabKeyAction_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.KeyActionTab(C1.Web.Mvc.CalendarTabKeyAction)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.KeyActionTab.html#C1_Web_Mvc_Fluent_CalendarBuilder_KeyActionTab_C1_Web_Mvc_CalendarTabKeyAction_">KeyActionTab(CalendarTabKeyAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.KeyActionTab.html#C1_Web_Mvc_Calendar_KeyActionTab">KeyActionTab</a>.
Sets the action to perform when the Tab key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_Max_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.Max(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.Max.html#C1_Web_Mvc_Fluent_CalendarBuilder_Max_System_DateTime_">Max(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.Max.html#C1_Web_Mvc_Calendar_Max">Max</a>.
Sets the latest date that the user can select in the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_Min_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.Min(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.Min.html#C1_Web_Mvc_Fluent_CalendarBuilder_Min_System_DateTime_">Min(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.Min.html#C1_Web_Mvc_Calendar_Min">Min</a>.
Sets the earliest date that the user can select in the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_MonthCount_System_Int32_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.MonthCount(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.MonthCount.html#C1_Web_Mvc_Fluent_CalendarBuilder_MonthCount_System_Int32_">MonthCount(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.MonthCount.html#C1_Web_Mvc_Calendar_MonthCount">MonthCount</a>.
Sets the number of months to display within the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_MonthView_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.MonthView(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.MonthView.html#C1_Web_Mvc_Fluent_CalendarBuilder_MonthView_System_Boolean_">MonthView(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.MonthView.html#C1_Web_Mvc_Calendar_MonthView">MonthView</a>.
Sets a value indicating whether the calendar displays a month or a year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_OnClientDisplayMonthChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientDisplayMonthChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientDisplayMonthChanged.html#C1_Web_Mvc_Fluent_CalendarBuilder_OnClientDisplayMonthChanged_System_String_">OnClientDisplayMonthChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Calendar.OnClientDisplayMonthChanged.html#C1_Web_Mvc_Calendar_OnClientDisplayMonthChanged">OnClientDisplayMonthChanged</a> client event.
Occurs after the DisplayMonth property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_OnClientFormatItem_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientFormatItem(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientFormatItem.html#C1_Web_Mvc_Fluent_CalendarBuilder_OnClientFormatItem_System_String_">OnClientFormatItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Calendar.OnClientFormatItem.html#C1_Web_Mvc_Calendar_OnClientFormatItem">OnClientFormatItem</a> client event.
Occurs when an element representing a day in the calendar has been created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_OnClientRangeChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientRangeChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientRangeChanged.html#C1_Web_Mvc_Fluent_CalendarBuilder_OnClientRangeChanged_System_String_">OnClientRangeChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Calendar.OnClientRangeChanged.html#C1_Web_Mvc_Calendar_OnClientRangeChanged">OnClientRangeChanged</a> client event.
Occurs when the value of the rangeEnd property changes into a non-null value, indicating a data range has been selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_OnClientRangeEndChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientRangeEndChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientRangeEndChanged.html#C1_Web_Mvc_Fluent_CalendarBuilder_OnClientRangeEndChanged_System_String_">OnClientRangeEndChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Calendar.OnClientRangeEndChanged.html#C1_Web_Mvc_Calendar_OnClientRangeEndChanged">OnClientRangeEndChanged</a> client event.
Occurs when the value of the RangeEnd property changes</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_OnClientValueChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientValueChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.OnClientValueChanged.html#C1_Web_Mvc_Fluent_CalendarBuilder_OnClientValueChanged_System_String_">OnClientValueChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Calendar.OnClientValueChanged.html#C1_Web_Mvc_Calendar_OnClientValueChanged">OnClientValueChanged</a> client event.
Occurs after a new date is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_RangeEnd_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.RangeEnd(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.RangeEnd.html#C1_Web_Mvc_Fluent_CalendarBuilder_RangeEnd_System_DateTime_">RangeEnd(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.RangeEnd.html#C1_Web_Mvc_Calendar_RangeEnd">RangeEnd</a>.
Sets the last selected date in a range selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_RangeMax_System_Int32_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.RangeMax(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.RangeMax.html#C1_Web_Mvc_Fluent_CalendarBuilder_RangeMax_System_Int32_">RangeMax(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.RangeMax.html#C1_Web_Mvc_Calendar_RangeMax">RangeMax</a>.
Sets the maximum length allowed when editing date ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_RangeMin_System_Int32_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.RangeMin(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.RangeMin.html#C1_Web_Mvc_Fluent_CalendarBuilder_RangeMin_System_Int32_">RangeMin(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.RangeMin.html#C1_Web_Mvc_Calendar_RangeMin">RangeMin</a>.
Sets the minimum number of days allowed when editing date ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_RepeatButtons_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.RepeatButtons(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.RepeatButtons.html#C1_Web_Mvc_Fluent_CalendarBuilder_RepeatButtons_System_Boolean_">RepeatButtons(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.RepeatButtons.html#C1_Web_Mvc_Calendar_RepeatButtons">RepeatButtons</a>.
Sets a value that determines whether the calendar buttons should act as repeat buttons, firing repeatedly as the button remains pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_SelectionMode_C1_Web_Mvc_DateSelectionMode_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.SelectionMode(C1.Web.Mvc.DateSelectionMode)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.SelectionMode.html#C1_Web_Mvc_Fluent_CalendarBuilder_SelectionMode_C1_Web_Mvc_DateSelectionMode_">SelectionMode(DateSelectionMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.SelectionMode.html#C1_Web_Mvc_Calendar_SelectionMode">SelectionMode</a>.
Sets a value that indicates whether users can select days, months, or no values at all.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_ShowHeader_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.ShowHeader(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.ShowHeader.html#C1_Web_Mvc_Fluent_CalendarBuilder_ShowHeader_System_Boolean_">ShowHeader(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.ShowHeader.html#C1_Web_Mvc_Calendar_ShowHeader">ShowHeader</a>.
Sets a value indicating whether the control displays the header area with the current month and navigation buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_ShowMonthPicker_C1_Web_Mvc_ShowMonthPicker_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.ShowMonthPicker(C1.Web.Mvc.ShowMonthPicker)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.ShowMonthPicker.html#C1_Web_Mvc_Fluent_CalendarBuilder_ShowMonthPicker_C1_Web_Mvc_ShowMonthPicker_">ShowMonthPicker(ShowMonthPicker)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.ShowMonthPicker.html#C1_Web_Mvc_Calendar_ShowMonthPicker">ShowMonthPicker</a>.
Sets a value that determines whether the calendar should display a list of months when the user clicks the header element on the month calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_ShowYearPicker_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.ShowYearPicker(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.ShowYearPicker.html#C1_Web_Mvc_Fluent_CalendarBuilder_ShowYearPicker_System_Boolean_">ShowYearPicker(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.ShowYearPicker.html#C1_Web_Mvc_Calendar_ShowYearPicker">ShowYearPicker</a>.
Sets a value that determines whether the calendar should display a list of years when the user clicks the header element on the year calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_Value_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.Value(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.Value.html#C1_Web_Mvc_Fluent_CalendarBuilder_Value_System_DateTime_">Value(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.Value.html#C1_Web_Mvc_Calendar_Value">Value</a>.
Sets the currently selected date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_WeeksAfter_System_Int32_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.WeeksAfter(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.WeeksAfter.html#C1_Web_Mvc_Fluent_CalendarBuilder_WeeksAfter_System_Int32_">WeeksAfter(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.WeeksAfter.html#C1_Web_Mvc_Calendar_WeeksAfter">WeeksAfter</a>.
Sets the number of weeks to show on the calendar after the current month.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CalendarBuilder_WeeksBefore_System_Int32_" data-uid="C1.Web.Mvc.Fluent.CalendarBuilder.WeeksBefore(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CalendarBuilder.WeeksBefore.html#C1_Web_Mvc_Fluent_CalendarBuilder_WeeksBefore_System_Int32_">WeeksBefore(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Calendar.WeeksBefore.html#C1_Web_Mvc_Calendar_WeeksBefore">WeeksBefore</a>.
Sets the number of weeks to show on the calendar before the current month.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
