# C1.Blazor.DateTimeEditors.C1DateTimeBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1" class="text-break">C1DateTimeBase&lt;TTimeValue&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Date and Time input base class</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/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><a class="xref" href="../C1.Blazor.Input/C1.Blazor.Input.C1DropDown.html">C1DropDown</a></div>
    <div class="level4"><span class="xref">C1DateTimeBase&lt;TTimeValue&gt;</span></div>
      <div class="level5"><a class="xref" href="C1.Blazor.DateTimeEditors.C1DatePicker.html">C1DatePicker</a></div>
      <div class="level5"><a class="xref" href="C1.Blazor.DateTimeEditors.C1DateRangePicker.html">C1DateRangePicker</a></div>
      <div class="level5"><a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimePicker.html">C1DateTimePicker</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.DateTimeEditors.html">C1.Blazor.DateTimeEditors</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.DateTimeEditors.dll</h6>
  <h5 id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1DateTimeBase&lt;TTimeValue&gt; : C1DropDown, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1DateTimeBase(Of TTimeValue)
    Inherits C1DropDown
    Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</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">TTimeValue</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_Blazor_DateTimeEditors_C1DateTimeBase_1__ctor" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.#ctor">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.-ctor.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1__ctor">C1DateTimeBase()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_AdjacentDayStyleProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.AdjacentDayStyleProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.AdjacentDayStyleProperty.html">AdjacentDayStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains calendar adjacent day styles value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_CalendarOrientationProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.CalendarOrientationProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.CalendarOrientationProperty.html">CalendarOrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains CalendarOrientation value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_CalendarStyleProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.CalendarStyleProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.CalendarStyleProperty.html">CalendarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains the calendar styles value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_DayOfWeekFormatProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.DayOfWeekFormatProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.DayOfWeekFormatProperty.html">DayOfWeekFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains DayOfWeekFormatProperty value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_DayOfWeekStyleProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.DayOfWeekStyleProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.DayOfWeekStyleProperty.html">DayOfWeekStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains calendar day of week styles value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_DayStyleProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.DayStyleProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.DayStyleProperty.html">DayStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains calendar day styles value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_FormatProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.FormatProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.FormatProperty.html">FormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains the date format value with default is empty</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HeaderMonthFormatProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.HeaderMonthFormatProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.HeaderMonthFormatProperty.html">HeaderMonthFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains HeaderMonthFormatProperty value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HeaderStyleProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.HeaderStyleProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.HeaderStyleProperty.html">HeaderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains calendar header styles value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_IsEnabledProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.IsEnabledProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.IsEnabledProperty.html">IsEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains is enable state value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_IsReadonlyProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.IsReadonlyProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.IsReadonlyProperty.html">IsReadonlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains IsReadonly value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_MaxDateProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.MaxDateProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.MaxDateProperty.html">MaxDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains the max date value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_MinDateProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.MinDateProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.MinDateProperty.html">MinDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains the min date value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_MonthCountProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.MonthCountProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.MonthCountProperty.html">MonthCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains MonthCount value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_PlaceHolderProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.PlaceHolderProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.PlaceHolderProperty.html">PlaceHolderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains place holder value with default value is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_SelectedDateStyleProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.SelectedDateStyleProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.SelectedDateStyleProperty.html">SelectedDateStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains calendar selected date styles value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_ShowAdjacentDayProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.ShowAdjacentDayProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.ShowAdjacentDayProperty.html">ShowAdjacentDayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains ShowAdjacentDay value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_StopOnClickPropagationProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.StopOnClickPropagationProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.StopOnClickPropagationProperty.html">StopOnClickPropagationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains the component value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_TodayStyleProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.TodayStyleProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.TodayStyleProperty.html">TodayStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains calendar today styles value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_ValueProperty" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.ValueProperty">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Contains the component value.</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_Blazor_DateTimeEditors_C1DateTimeBase_1_AdjacentDayStyle" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.AdjacentDayStyle">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.AdjacentDayStyle.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_AdjacentDayStyle">AdjacentDayStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Custom AdjacentDayStyle</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_CalendarOrientation" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.CalendarOrientation">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.CalendarOrientation.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_CalendarOrientation">CalendarOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the calendar orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_CalendarStyle" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.CalendarStyle">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.CalendarStyle.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_CalendarStyle">CalendarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Custom calendar style</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_CollapseViewIconTemplate" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.CollapseViewIconTemplate">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.CollapseViewIconTemplate.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_CollapseViewIconTemplate">CollapseViewIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Month expanse button content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_DayOfWeekFormat" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.DayOfWeekFormat">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.DayOfWeekFormat.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_DayOfWeekFormat">DayOfWeekFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the DayOfWeekFormat. Default value is 'dd'</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_DayOfWeekStyle" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.DayOfWeekStyle">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.DayOfWeekStyle.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_DayOfWeekStyle">DayOfWeekStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Custom DayOfWeekStyle</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_DayStyle" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.DayStyle">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.DayStyle.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_DayStyle">DayStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Custom DayStyle</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_ExpandViewIconTemplate" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.ExpandViewIconTemplate">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.ExpandViewIconTemplate.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_ExpandViewIconTemplate">ExpandViewIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Month expanse button content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_Format" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.Format">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.Format.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Standard date format strings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HeaderMonthFormat" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.HeaderMonthFormat">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.HeaderMonthFormat.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HeaderMonthFormat">HeaderMonthFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the HeaderMonthFormat. Default value is 'MMM'</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HeaderStyle" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.HeaderStyle">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.HeaderStyle.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HeaderStyle">HeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Custom HeaderStyle</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_IsEnabled" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.IsEnabled">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.IsEnabled.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_IsEnabled">IsEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the enabled status.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_IsReadOnly" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.IsReadOnly">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.IsReadOnly.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the read-only status.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_MaxDate" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.MaxDate">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.MaxDate.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_MaxDate">MaxDate</a>
        </td>
        <td class="markdown level1 summary"><p>Maximum of value</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_MinDate" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.MinDate">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.MinDate.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_MinDate">MinDate</a>
        </td>
        <td class="markdown level1 summary"><p>Minimum of value</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_MonthCount" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.MonthCount">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.MonthCount.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_MonthCount">MonthCount</a>
        </td>
        <td class="markdown level1 summary"><p>The number of month will be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_NextIconTemplate" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.NextIconTemplate">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.NextIconTemplate.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_NextIconTemplate">NextIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>NextIconTemplate button content</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_Placeholder" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.Placeholder">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.Placeholder.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder displayed when there is no entered text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_PrevIconTemplate" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.PrevIconTemplate">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.PrevIconTemplate.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_PrevIconTemplate">PrevIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>PrevIconTemplate button content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_SelectedDateStyle" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.SelectedDateStyle">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.SelectedDateStyle.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_SelectedDateStyle">SelectedDateStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Custom SelectedDateStyle</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_ShowAdjacentDay" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.ShowAdjacentDay">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.ShowAdjacentDay.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_ShowAdjacentDay">ShowAdjacentDay</a>
        </td>
        <td class="markdown level1 summary"><p>Default is true - AdjacentDay will invisible if set false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_StopOnClickPropagation" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.StopOnClickPropagation">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.StopOnClickPropagation.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_StopOnClickPropagation">StopOnClickPropagation</a>
        </td>
        <td class="markdown level1 summary"><p>Stop the onclick event from outside.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_TodayIconTemplate" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.TodayIconTemplate">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.TodayIconTemplate.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_TodayIconTemplate">TodayIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>TodayIconTemplate button content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_TodayStyle" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.TodayStyle">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.TodayStyle.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_TodayStyle">TodayStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Custom TodayStyle</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_Value" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.Value">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.Value.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set value.</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_Blazor_DateTimeEditors_C1DateTimeBase_1_GetValue_C1_Blazor_Core_DependencyProperty_" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.GetValue(C1.Blazor.Core.DependencyProperty)">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.GetValue.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_GetValue_C1_Blazor_Core_DependencyProperty_">GetValue(DependencyProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets value of DI property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HandlePropertyChanged__1_C1_Blazor_DateTimeEditors_C1DateTimeBase__0____0___0_" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.HandlePropertyChanged``1(C1.Blazor.DateTimeEditors.C1DateTimeBase{`0},``0,``0)">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.HandlePropertyChanged.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HandlePropertyChanged__1_C1_Blazor_DateTimeEditors_C1DateTimeBase__0____0___0_">HandlePropertyChanged&lt;TValue&gt;(C1DateTimeBase&lt;TTimeValue&gt;, TValue, TValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Generic function handle the value change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HandleValuePropertyChanged__1_C1_Blazor_DateTimeEditors_C1DateTimeBase__0____0___0_" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.HandleValuePropertyChanged``1(C1.Blazor.DateTimeEditors.C1DateTimeBase{`0},``0,``0)">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.HandleValuePropertyChanged.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HandleValuePropertyChanged__1_C1_Blazor_DateTimeEditors_C1DateTimeBase__0____0___0_">HandleValuePropertyChanged&lt;TValue&gt;(C1DateTimeBase&lt;TTimeValue&gt;, TValue, TValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Generic function handle the value change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_Refresh" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.Refresh">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.Refresh.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refresh the control. be overriding by concrete class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_SetValue_C1_Blazor_Core_DependencyProperty_System_Object_" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.SetValue(C1.Blazor.Core.DependencyProperty,System.Object)">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.SetValue.html#C1_Blazor_DateTimeEditors_C1DateTimeBase_1_SetValue_C1_Blazor_Core_DependencyProperty_System_Object_">SetValue(DependencyProperty, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets value to DI property</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
