# GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField" class="text-break">DateInputField Class
</h1>
  <div class="markdown level0 summary"><p>Represents <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.html">DateInputField</a> class to define editable fields for <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.html">Field</a></div>
    <div class="level6"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateField.html">DateField</a></div>
    <div class="level7"><span class="xref">DateInputField</span></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateAmPmField.html">DateAmPmField</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDayField.html">DateDayField</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateEraField.html">DateEraField</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateEraYearField.html">DateEraYearField</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateHourField.html">DateHourField</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMinuteField.html">DateMinuteField</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMonthField.html">DateMonthField</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateSecondField.html">DateSecondField</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateShortHourField.html">DateShortHourField</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateYearField.html">DateYearField</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.html">ISpinable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DateInputField : DateField, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class DateInputField
    Inherits DateField
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField__ctor">DateInputField()</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_PromptCharProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.PromptCharProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.PromptCharProperty.html">PromptCharProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.DateInputField.PromptChar dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_SpinIncrementProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.SpinIncrementProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.SpinIncrementProperty.html">SpinIncrementProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.DateInputField.SpinIncrement dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_ValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.ValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.DateInputField.Value dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_PromptChar" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.PromptChar">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.PromptChar.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_PromptChar">PromptChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the prompt char used for prompt empty bits of the field. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_SpinIncrement" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.SpinIncrement">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.SpinIncrement.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_SpinIncrement">SpinIncrement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spin increment. This is a DependencyProperty.</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_DoSpinDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.DoSpinDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_DoSpinDown">DoSpinDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin down behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_DoSpinDown_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.DoSpinDown(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_DoSpinDown_System_Int32_">DoSpinDown(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin down with the specified increment parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_DoSpinUp" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.DoSpinUp">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.DoSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_DoSpinUp">DoSpinUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin up behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_DoSpinUp_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.DoSpinUp(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.DoSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_DoSpinUp_System_Int32_">DoSpinUp(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin up with the specified increment parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_EndInit" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.EndInit">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputField.EndInit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DateInputField_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates that the initialization process for the element is complete.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
