# C1.Web.Mvc.Fluent.InputDateBaseBuilder-2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2" class="text-break">InputDateBaseBuilder&lt;TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.InputDateBase.html">InputDateBase</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;TControl, TBuilder&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.InputBaseBuilder-2.html">InputBaseBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.FormInputBaseBuilder-2.html">FormInputBaseBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level7"><a class="xref" href="C1.Web.Mvc.Fluent.DropDownBuilder-2.html">DropDownBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level8"><span class="xref">InputDateBaseBuilder&lt;TControl, TBuilder&gt;</span></div>
      <div class="level9"><a class="xref" href="C1.Web.Mvc.Fluent.InputDateBuilder.html">InputDateBuilder</a></div>
      <div class="level9"><a class="xref" href="C1.Web.Mvc.Fluent.InputDateRangeBuilder.html">InputDateRangeBuilder</a></div>
      <div class="level9"><a class="xref" href="C1.Web.Mvc.Fluent.InputDateTimeBuilder.html">InputDateTimeBuilder</a></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_InputDateBaseBuilder_2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class InputDateBaseBuilder&lt;TControl, TBuilder&gt; : DropDownBuilder&lt;TControl, TBuilder&gt;, IHtmlContent where TControl : InputDateBase where TBuilder : InputDateBaseBuilder&lt;TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class InputDateBaseBuilder(Of TControl As InputDateBase, TBuilder As InputDateBaseBuilder(Of TControl, TBuilder))
    Inherits DropDownBuilder(Of TControl, TBuilder)
    Implements IHtmlContent</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_InputDateBaseBuilder_2__ctor__0_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.#ctor(`0)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.-ctor.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2__ctor__0_">InputDateBaseBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.html">InputDateBaseBuilder&lt;TControl, TBuilder&gt;</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_InputDateBaseBuilder_2_AlwaysShowCalendar_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.AlwaysShowCalendar(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.AlwaysShowCalendar.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_AlwaysShowCalendar_System_Boolean_">AlwaysShowCalendar(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.AlwaysShowCalendar.html#C1_Web_Mvc_InputDateBase_AlwaysShowCalendar">AlwaysShowCalendar</a>.
Sets a value that determines whether the calendar should remain visible in the dropdown even when there are selected predefined ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_CloseOnSelection_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.CloseOnSelection(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.CloseOnSelection.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_CloseOnSelection_System_Boolean_">CloseOnSelection(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.CloseOnSelection.html#C1_Web_Mvc_InputDateBase_CloseOnSelection">CloseOnSelection</a>.
Sets a value that determines whether the control should automatically close the drop-down when the user makes a selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_Format_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.Format(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.Format.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_Format_System_String_">Format(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.Format.html#C1_Web_Mvc_InputDateBase_Format">Format</a>.
Sets the format used to display the selected date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_HandleWheel_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.HandleWheel(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.HandleWheel.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_HandleWheel_System_Boolean_">HandleWheel(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.HandleWheel.html#C1_Web_Mvc_InputDateBase_HandleWheel">HandleWheel</a>.
Sets a value that determines whether the user can edit the current value using the mouse wheel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_InputType_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.InputType(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.InputType.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_InputType_System_String_">InputType(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.InputType.html#C1_Web_Mvc_InputDateBase_InputType">InputType</a>.
Sets the &quot;type&quot; attribute of the HTML input element hosted by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_IsRequired_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.IsRequired(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.IsRequired.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_IsRequired_System_Boolean_">IsRequired(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.IsRequired.html#C1_Web_Mvc_InputDateBase_IsRequired">IsRequired</a>.
Sets a value indicating whether the control value must be a Date or whether it can be set to null (by deleting the content of the control).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_ItemFormatter_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.ItemFormatter(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.ItemFormatter.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_ItemFormatter_System_String_">ItemFormatter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.ItemFormatter.html#C1_Web_Mvc_InputDateBase_ItemFormatter">ItemFormatter</a>.
Sets a formatter function to customize dates in the drop-down calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_ItemValidator_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.ItemValidator(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.ItemValidator.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_ItemValidator_System_String_">ItemValidator(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.ItemValidator.html#C1_Web_Mvc_InputDateBase_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_InputDateBaseBuilder_2_KeyActionDownArrow_C1_Web_Mvc_InputKeyAction_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.KeyActionDownArrow(C1.Web.Mvc.InputKeyAction)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.KeyActionDownArrow.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_KeyActionDownArrow_C1_Web_Mvc_InputKeyAction_">KeyActionDownArrow(InputKeyAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.KeyActionDownArrow.html#C1_Web_Mvc_InputDateBase_KeyActionDownArrow">KeyActionDownArrow</a>.
Sets the action to perform when the DOWN ARROW key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_KeyActionTab_C1_Web_Mvc_TabKeyAction_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.KeyActionTab(C1.Web.Mvc.TabKeyAction)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.KeyActionTab.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_KeyActionTab_C1_Web_Mvc_TabKeyAction_">KeyActionTab(TabKeyAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.KeyActionTab.html#C1_Web_Mvc_InputDateBase_KeyActionTab">KeyActionTab</a>.
Sets the action to perform when the TAB key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_KeyActionUpArrow_C1_Web_Mvc_InputKeyAction_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.KeyActionUpArrow(C1.Web.Mvc.InputKeyAction)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.KeyActionUpArrow.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_KeyActionUpArrow_C1_Web_Mvc_InputKeyAction_">KeyActionUpArrow(InputKeyAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.KeyActionUpArrow.html#C1_Web_Mvc_InputDateBase_KeyActionUpArrow">KeyActionUpArrow</a>.
Sets the action to perform when the UP ARROW key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_Mask_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.Mask(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.Mask.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_Mask_System_String_">Mask(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.Mask.html#C1_Web_Mvc_InputDateBase_Mask">Mask</a>.
Sets a mask to use while editing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_Max_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.Max(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.Max.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_Max_System_DateTime_">Max(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.Max.html#C1_Web_Mvc_InputDateBase_Max">Max</a>.
Sets the latest date that the user can enter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_Min_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.Min(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.Min.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_Min_System_DateTime_">Min(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.Min.html#C1_Web_Mvc_InputDateBase_Min">Min</a>.
Sets the earliest date that the user can enter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_MonthCount_System_Int32_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.MonthCount(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.MonthCount.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_MonthCount_System_Int32_">MonthCount(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.MonthCount.html#C1_Web_Mvc_InputDateBase_MonthCount">MonthCount</a>.
Sets the number of months to display in the drop-down calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_OnClientInvalidInput_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.OnClientInvalidInput(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.OnClientInvalidInput.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_OnClientInvalidInput_System_String_">OnClientInvalidInput(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.InputDateBase.OnClientInvalidInput.html#C1_Web_Mvc_InputDateBase_OnClientInvalidInput">OnClientInvalidInput</a> client event.
Occurs when invalid input is detected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_OnClientRangeChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.OnClientRangeChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.OnClientRangeChanged.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_OnClientRangeChanged_System_String_">OnClientRangeChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.InputDateBase.OnClientRangeChanged.html#C1_Web_Mvc_InputDateBase_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_InputDateBaseBuilder_2_OnClientRangeEndChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.OnClientRangeEndChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.OnClientRangeEndChanged.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_OnClientRangeEndChanged_System_String_">OnClientRangeEndChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.InputDateBase.OnClientRangeEndChanged.html#C1_Web_Mvc_InputDateBase_OnClientRangeEndChanged">OnClientRangeEndChanged</a> client event.
Occurs when the value of the RangeEnd property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_OnClientValueChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.OnClientValueChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.OnClientValueChanged.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_OnClientValueChanged_System_String_">OnClientValueChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.InputDateBase.OnClientValueChanged.html#C1_Web_Mvc_InputDateBase_OnClientValueChanged">OnClientValueChanged</a> client event.
Occurs after a new date is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_PredefinedRanges_System_String_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.PredefinedRanges(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.PredefinedRanges.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_PredefinedRanges_System_String_">PredefinedRanges(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.PredefinedRanges.html#C1_Web_Mvc_InputDateBase_PredefinedRanges">PredefinedRanges</a>.
Sets a function that return the predefined ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_PreserveCalendarNavigation_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.PreserveCalendarNavigation(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.PreserveCalendarNavigation.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_PreserveCalendarNavigation_System_Boolean_">PreserveCalendarNavigation(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.PreserveCalendarNavigation.html#C1_Web_Mvc_InputDateBase_PreserveCalendarNavigation">PreserveCalendarNavigation</a>.
Sets a value that determines whether to preserve the month when user navigates to a different month than the selected date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_RangeEnd_System_Nullable_System_DateTime__" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.RangeEnd(System.Nullable{System.DateTime})">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.RangeEnd.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_RangeEnd_System_Nullable_System_DateTime__">RangeEnd(DateTime?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.RangeEnd.html#C1_Web_Mvc_InputDateBase_RangeEnd">RangeEnd</a>.
Sets the last selected date in a range selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_RangeMax_System_Int32_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.RangeMax(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.RangeMax.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_RangeMax_System_Int32_">RangeMax(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.RangeMax.html#C1_Web_Mvc_InputDateBase_RangeMax">RangeMax</a>.
Sets the maximum length allowed when editing date ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_RangeMin_System_Int32_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.RangeMin(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.RangeMin.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_RangeMin_System_Int32_">RangeMin(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.RangeMin.html#C1_Web_Mvc_InputDateBase_RangeMin">RangeMin</a>.
Sets the minimum number of days allowed when editing date ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_RepeatButtons_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.RepeatButtons(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.RepeatButtons.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_RepeatButtons_System_Boolean_">RepeatButtons(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.RepeatButtons.html#C1_Web_Mvc_InputDateBase_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_InputDateBaseBuilder_2_SelectionMode_C1_Web_Mvc_DateSelectionMode_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.SelectionMode(C1.Web.Mvc.DateSelectionMode)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.SelectionMode.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_SelectionMode_C1_Web_Mvc_DateSelectionMode_">SelectionMode(DateSelectionMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.SelectionMode.html#C1_Web_Mvc_InputDateBase_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_InputDateBaseBuilder_2_ShowConfirmationButtons_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.ShowConfirmationButtons(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.ShowConfirmationButtons.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_ShowConfirmationButtons_System_Boolean_">ShowConfirmationButtons(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.ShowConfirmationButtons.html#C1_Web_Mvc_InputDateBase_ShowConfirmationButtons">ShowConfirmationButtons</a>.
Sets whether to display the confirmation buttons in Calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_ShowMonthPicker_C1_Web_Mvc_ShowMonthPicker_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.ShowMonthPicker(C1.Web.Mvc.ShowMonthPicker)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.ShowMonthPicker.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_ShowMonthPicker_C1_Web_Mvc_ShowMonthPicker_">ShowMonthPicker(ShowMonthPicker)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.ShowMonthPicker.html#C1_Web_Mvc_InputDateBase_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_InputDateBaseBuilder_2_ShowYearPicker_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.ShowYearPicker(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.ShowYearPicker.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_ShowYearPicker_System_Boolean_">ShowYearPicker(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.ShowYearPicker.html#C1_Web_Mvc_InputDateBase_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_InputDateBaseBuilder_2_Value_System_Nullable_System_DateTime__" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.Value(System.Nullable{System.DateTime})">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.Value.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_Value_System_Nullable_System_DateTime__">Value(DateTime?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.Value.html#C1_Web_Mvc_InputDateBase_Value">Value</a>.
Sets the current date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_WeeksAfter_System_Int32_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.WeeksAfter(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.WeeksAfter.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_WeeksAfter_System_Int32_">WeeksAfter(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.WeeksAfter.html#C1_Web_Mvc_InputDateBase_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_InputDateBaseBuilder_2_WeeksBefore_System_Int32_" data-uid="C1.Web.Mvc.Fluent.InputDateBaseBuilder`2.WeeksBefore(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.WeeksBefore.html#C1_Web_Mvc_Fluent_InputDateBaseBuilder_2_WeeksBefore_System_Int32_">WeeksBefore(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputDateBase.WeeksBefore.html#C1_Web_Mvc_InputDateBase_WeeksBefore">WeeksBefore</a>.
Sets the number of weeks to show on the calendar before the current month.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
