# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime" class="text-break">GcDateTime Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control which provides you more powerful editing and display capability for DateTime type value.</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.ControlBase.html">ControlBase</a></div>
    <div class="level6"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.html">EditBase</a></div>
    <div class="level7"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.html">FieldsEditorControl</a></div>
    <div class="level8"><span class="xref">GcDateTime</span></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.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</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_GcDateTime_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;DropDownButtonStyle&quot;, StyleTargetType = typeof(DropDownButton))]
[StyleTypedProperty(Property = &quot;DropDownCalendarStyle&quot;, StyleTargetType = typeof(GcDropDownCalendar))]
[StyleTypedProperty(Property = &quot;DropDownWindowStyle&quot;, StyleTargetType = typeof(DropDownWindow))]
[StyleTypedProperty(Property = &quot;SpinButtonStyle&quot;, StyleTargetType = typeof(SpinButton))]
[TemplatePart(Name = &quot;PART_Popup&quot;, Type = typeof(DropDownWindow))]
[TemplatePart(Name = &quot;PART_DropDownChild&quot;, Type = typeof(FrameworkElement))]
[TemplateVisualState(Name = &quot;ActiveDropDown&quot;, GroupName = &quot;ActiveStates&quot;)]
[TemplateVisualState(GroupName = &quot;SpinButtonStates&quot;, Name = &quot;SpinButtonCollapsed&quot;)]
[TemplateVisualState(GroupName = &quot;SpinButtonStates&quot;, Name = &quot;SpinButtonVisible&quot;)]
[TemplateVisualState(GroupName = &quot;DropDownButtonStates&quot;, Name = &quot;DropDownButtonCollapsed&quot;)]
[TemplateVisualState(GroupName = &quot;DropDownButtonStates&quot;, Name = &quot;DropDownButtonVisible&quot;)]
[TemplateVisualState(Name = &quot;InsertState&quot;, GroupName = &quot;EditModeStates&quot;)]
[TemplateVisualState(Name = &quot;OverwriteState&quot;, GroupName = &quot;EditModeStates&quot;)]
public class GcDateTime : FieldsEditorControl, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;DropDownButtonStyle&quot;, StyleTargetType:=GetType(DropDownButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;DropDownCalendarStyle&quot;, StyleTargetType:=GetType(GcDropDownCalendar))&gt;
&lt;StyleTypedProperty(Property:=&quot;DropDownWindowStyle&quot;, StyleTargetType:=GetType(DropDownWindow))&gt;
&lt;StyleTypedProperty(Property:=&quot;SpinButtonStyle&quot;, StyleTargetType:=GetType(SpinButton))&gt;
&lt;TemplatePart(Name:=&quot;PART_Popup&quot;, Type:=GetType(DropDownWindow))&gt;
&lt;TemplatePart(Name:=&quot;PART_DropDownChild&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplateVisualState(Name:=&quot;ActiveDropDown&quot;, GroupName:=&quot;ActiveStates&quot;)&gt;
&lt;TemplateVisualState(GroupName:=&quot;SpinButtonStates&quot;, Name:=&quot;SpinButtonCollapsed&quot;)&gt;
&lt;TemplateVisualState(GroupName:=&quot;SpinButtonStates&quot;, Name:=&quot;SpinButtonVisible&quot;)&gt;
&lt;TemplateVisualState(GroupName:=&quot;DropDownButtonStates&quot;, Name:=&quot;DropDownButtonCollapsed&quot;)&gt;
&lt;TemplateVisualState(GroupName:=&quot;DropDownButtonStates&quot;, Name:=&quot;DropDownButtonVisible&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InsertState&quot;, GroupName:=&quot;EditModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;OverwriteState&quot;, GroupName:=&quot;EditModeStates&quot;)&gt;
Public Class GcDateTime
    Inherits FieldsEditorControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ISupportInitialize</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
      The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> control allows you to design a functional date-time input interface 
      quickly and efficiently.
    </p>
<p>
      Users can type a date time directly into a text field, which sets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Text.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Text">Text</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_Value">Value</a> property.
      Also user can select a date from dropdown calendar and it will be set to Text and Value property.
      When user change the Fields in GcDateTime's FieldSet, it will represent different display text to
      the same value.
    </p>
<p>
      Users can change the display format to represent different content from fields when control lost
      keyboard focus. It will affect GcDateTime's DisplayText property.
    </p>
<p>
      Users can select a DateTime from dropdown calendar. The dropdown calendar can also be set through
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownCalendarStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownCalendarStyle">DropDownCalendarStyle</a>.
    </p>
<p>
  <b>Supported <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.visualstate">VisualState</a> list:</b>
  <table width="50%" cellspacing="2" cellpadding="5" frame="lhs">
    <tr>
      <th>
        <p>VisualStateGroup Name</p>
      </th>
      <th>
        <p>VisualState Name</p>
      </th>
      <th>
        <p>Description</p>
      </th>
    </tr>
    <tr>
      <td>
        <p>CommonStates</p>
      </td>
      <td>
        <p>Normal</p>
      </td>
      <td>
        <p>Represents the visual appearance when control is in normal state.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>CommonStates</p>
      </td>
      <td>
        <p>Disabled</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isenabled">IsEnabled</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>CommonStates</p>
      </td>
      <td>
        <p>ReadOnly</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.IsReadOnly.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_IsReadOnly">IsReadOnly</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>l
        </tr>
    <tr>
      <td>
        <p>CommonStates</p>
      </td>
      <td>
        <p>MouseOver</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismouseover">IsMouseOver</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ActiveStates</p>
      </td>
      <td>
        <p>ActiveDropDown</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsDropDownOpen">IsDropDownOpen</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ActiveStates</p>
      </td>
      <td>
        <p>Active</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ActiveStates</p>
      </td>
      <td>
        <p>Inactive</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>InputStates</p>
      </td>
      <td>
        <p>Full</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsFull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsFull">IsFull</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>InputStates</p>
      </td>
      <td>
        <p>Completed</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsCompleted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsCompleted">IsCompleted</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>InputStates</p>
      </td>
      <td>
        <p>Empty</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsEmpty.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsEmpty">IsEmpty</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>InputStates</p>
      </td>
      <td>
        <p>Part</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsFull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsFull">IsFull</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsCompleted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsCompleted">IsCompleted</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsEmpty.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsEmpty">IsEmpty</a> all are <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ValidationStates</p>
      </td>
      <td>
        <p>Valid</p>
      </td>
      <td>
        <p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ValidationStates</p>
      </td>
      <td>
        <p>InvalidFocused</p>
      </td>
      <td>
        <p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and control has focus.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ValidationStates</p>
      </td>
      <td>
        <p>InvalidUnfocused</p>
      </td>
      <td>
        <p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and control has no focus.</p>
      </td>
    </tr>
  </table>

</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_GcDateTime__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime__ctor">GcDateTime()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the GrapeCity.Windows.InputMan.GcDateTime class.</p>
</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_GcDateTime_AllowDropDownOpenProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AllowDropDownOpenProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AllowDropDownOpenProperty.html">AllowDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AllowDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_AllowDropDownOpen">AllowDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_AutoOpenDropDownProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AutoOpenDropDownProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AutoOpenDropDownProperty.html">AutoOpenDropDownProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AutoOpenDropDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_AutoOpenDropDown">AutoOpenDropDown</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ControlValidatorSetProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ControlValidatorSetProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ControlValidatorSetProperty.html">ControlValidatorSetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.ControlValidatorSet dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DefaultActiveFieldIndexProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DefaultActiveFieldIndexProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DefaultActiveFieldIndexProperty.html">DefaultActiveFieldIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.DefaultActiveFieldIndex dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DisplayFieldSetProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DisplayFieldSetProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DisplayFieldSetProperty.html">DisplayFieldSetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.DisplayFieldSet dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownButtonStyleProperty.html">DropDownButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the GrapeCity.Windows.InputMan.GcDateTime.DropDownButtonStyle DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownButtonVisibilityProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownButtonVisibilityProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownButtonVisibilityProperty.html">DropDownButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.DropDownButtonVisibility dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownCalendarStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownCalendarStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownCalendarStyleProperty.html">DropDownCalendarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownCalendarStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownCalendarStyle">DropDownCalendarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownWindowStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownWindowStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownWindowStyleProperty.html">DropDownWindowStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownWindowStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownWindowStyle">DropDownWindowStyle</a> DependencyProperty</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ExitOnLastCharProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ExitOnLastCharProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ExitOnLastCharProperty.html">ExitOnLastCharProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.ExitOnLastChar dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldSetProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldSetProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldSetProperty.html">FieldSetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.FieldSet dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldsEditModeProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldsEditModeProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldsEditModeProperty.html">FieldsEditModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.FieldsEditMode dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FirstDayOfWeekProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FirstDayOfWeekProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FirstDayOfWeekProperty.html">FirstDayOfWeekProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FirstDayOfWeek.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FirstDayOfWeek">FirstDayOfWeek</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FocusedDateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FocusedDateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FocusedDateProperty.html">FocusedDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FocusedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FocusedDate">FocusedDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_HighlightTextProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.HighlightTextProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.HighlightTextProperty.html">HighlightTextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.HighlightText dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsDropDownOpenProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsDropDownOpenProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsDropDownOpen">IsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsInvalidTextProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsInvalidTextProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsInvalidTextProperty.html">IsInvalidTextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.IsInvalidText dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsTodayHighlightedProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsTodayHighlightedProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsTodayHighlightedProperty.html">IsTodayHighlightedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsTodayHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsTodayHighlighted">IsTodayHighlighted</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_MaxDateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.MaxDateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.MaxDateProperty.html">MaxDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.MaxDate dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_MinDateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.MinDateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.MinDateProperty.html">MinDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.MinDate dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_NumberChangedEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.NumberChangedEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.NumberChangedEvent.html">NumberChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.NumberChanged routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_NumberProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.NumberProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.NumberProperty.html">NumberProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.Number dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_PromptCharProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.PromptCharProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.PromptCharProperty.html">PromptCharProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the  GrapeCity.Windows.InputMan.GcDateTime.PromptChar dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_RecommendedValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.RecommendedValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.RecommendedValueProperty.html">RecommendedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.RecommendedValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ShowLiteralsProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ShowLiteralsProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ShowLiteralsProperty.html">ShowLiteralsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the  GrapeCity.Windows.InputMan.GcDateTime.ShowLiterals dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ShowRecommendedValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ShowRecommendedValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ShowRecommendedValueProperty.html">ShowRecommendedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.ShowRecommendedValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonStyleProperty.html">SpinButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinButtonStyle">SpinButtonStyle</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinButtonVisibilityProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonVisibilityProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonVisibilityProperty.html">SpinButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.SpinButtonVisibility DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinIncrementValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinIncrementValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinIncrementValueProperty.html">SpinIncrementValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.SpinIncrementValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinModeProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinModeProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinModeProperty.html">SpinModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.SpinMode dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_TabActionProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.TabActionProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.TabActionProperty.html">TabActionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.TabAction dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ValidationTriggerProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValidationTriggerProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValidationTriggerProperty.html">ValidationTriggerProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.ValidationTrigger dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ValueChangedEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValueChangedEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValueChangedEvent.html">ValueChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.ValueChanged routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the  GrapeCity.Windows.InputMan.GcDateTime.Value dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkDisplayEmptyEraForegroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEraForegroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEraForegroundProperty.html">WatermarkDisplayEmptyEraForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.WatermarkDisplayEmptyEraForeground dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkDisplayEmptyEraProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEraProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEraProperty.html">WatermarkDisplayEmptyEraProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.WatermarkDisplayEmptyEra dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkEmptyEraForegroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkEmptyEraForegroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkEmptyEraForegroundProperty.html">WatermarkEmptyEraForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.WatermarkEmptyEraForeground dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkEmptyEraProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkEmptyEraProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkEmptyEraProperty.html">WatermarkEmptyEraProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDateTime.WatermarkEmptyEra 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_GcDateTime_ActiveField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ActiveField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ActiveField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ActiveField">ActiveField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current active field of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_AllowDropDownOpen" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AllowDropDownOpen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AllowDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_AllowDropDownOpen">AllowDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether allow to open drop down. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ApplyRecommendedValueCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ApplyRecommendedValueCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ApplyRecommendedValueCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ApplyRecommendedValueCommand">ApplyRecommendedValueCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ApplyRecommendedValueCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ApplyRecommendedValueCommand">ApplyRecommendedValueCommand</a> command, which requests that recommended value be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_AutoOpenDropDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AutoOpenDropDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AutoOpenDropDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_AutoOpenDropDown">AutoOpenDropDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicates the drop-down window auto shown when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> gets focus. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_BlackoutDates" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.BlackoutDates">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.BlackoutDates.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_BlackoutDates">BlackoutDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of dates that are marked as not selectable in the drop down calendar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ControlValidatorSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ControlValidatorSet">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ControlValidatorSet.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ControlValidatorSet">ControlValidatorSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the a GrapeCity.Windows.InputMan.ControlValidatorSet which indicates
a collection of GrapeCity.Windows.InputMan.ControlValidator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DefaultActiveFieldIndex" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DefaultActiveFieldIndex">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DefaultActiveFieldIndex.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DefaultActiveFieldIndex">DefaultActiveFieldIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of default active editable field. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DisplayFieldSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DisplayFieldSet">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DisplayFieldSet.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DisplayFieldSet">DisplayFieldSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the GrapeCity.Windows.InputMan.Fields.DateDisplayFieldSet of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownButtonStyle">DropDownButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style which is used to render the dropdown button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownButtonVisibility" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownButtonVisibility">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownButtonVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownButtonVisibility">DropDownButtonVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the GrapeCity.Windows.InputMan.ButtonVisibility of the dropdown side button. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownCalendarStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownCalendarStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownCalendarStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownCalendarStyle">DropDownCalendarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> which is used to render the drop down calendar. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownWindowStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownWindowStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownWindowStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownWindowStyle">DropDownWindowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> for the GrapeCity.Windows.InputMan.Primitives.DropDownWindow. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ExitOnLastChar" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ExitOnLastChar">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ExitOnLastChar.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ExitOnLastChar">ExitOnLastChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not the next control in the tab order receives the focus
as soon as the control is filled at the last character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldSet">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldSet.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldSet">FieldSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the a GrapeCity.Windows.InputMan.Fields.DateFieldSet which indicate
a field collection of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldsEditMode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldsEditMode">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldsEditMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FieldsEditMode">FieldsEditMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fields edit mode of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FirstDayOfWeek" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FirstDayOfWeek">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FirstDayOfWeek.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FirstDayOfWeek">FirstDayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day that is considered the beginning of the week in the drop down calendar. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FocusedDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FocusedDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FocusedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_FocusedDate">FocusedDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day with focus in the drop down calendar. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_HighlightText" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.HighlightText">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.HighlightText.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_HighlightText">HighlightText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to select the text when the control receives the focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsDropDownOpen" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsDropDownOpen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsDropDownOpen">IsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the drop-down for a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> is currently open. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsInvalidText" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsInvalidText">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsInvalidText.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsInvalidText">IsInvalidText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicates whether the text is invalid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsTodayHighlighted" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsTodayHighlighted">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsTodayHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_IsTodayHighlighted">IsTodayHighlighted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the current date is highlighted. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_MaxDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.MaxDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.MaxDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_MaxDate">MaxDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum possible value of the range element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_MinDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.MinDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.MinDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_MinDate">MinDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum possible value of the range element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_Number" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.Number">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.Number.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_Number">Number</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the underlying value in long integer format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_PromptChar" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.PromptChar">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.PromptChar.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_PromptChar">PromptChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the character used as a prompt for input.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_RecommendedValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.RecommendedValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.RecommendedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_RecommendedValue">RecommendedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value which is recommended to input.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SetNowCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SetNowCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SetNowCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SetNowCommand">SetNowCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SetNowCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SetNowCommand">SetNowCommand</a> command, which requests that <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> will be set
to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime.now">DateTime.Now</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ShowLiterals" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ShowLiterals">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ShowLiterals.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ShowLiterals">ShowLiterals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to display the literals.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ShowRecommendedValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ShowRecommendedValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ShowRecommendedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ShowRecommendedValue">ShowRecommendedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether show the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.RecommendedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_RecommendedValue">RecommendedValue</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinButtonStyle">SpinButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> which used to render GrapeCity.Windows.InputMan.Primitives.SpinButton. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinButtonVisibility" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonVisibility">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinButtonVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinButtonVisibility">SpinButtonVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the GrapeCity.Windows.InputMan.ButtonVisibility of the spin side button. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinIncrementValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinIncrementValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinIncrementValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinIncrementValue">SpinIncrementValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spin increment value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinMode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinMode">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SpinMode">SpinMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mode indicates how to spin the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SwitchDropDownCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SwitchDropDownCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SwitchDropDownCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SwitchDropDownCommand">SwitchDropDownCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SwitchDropDownCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_SwitchDropDownCommand">SwitchDropDownCommand</a> command, which switched the drop down window between open and closed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_TabAction" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.TabAction">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.TabAction.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_TabAction">TabAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value to determine whether the tab key moves the focus between controls or between fields within the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ValidationTrigger" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValidationTrigger">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValidationTrigger.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ValidationTrigger">ValidationTrigger</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the timing of validating GrapeCity.Windows.InputMan.GcDateTime.Value property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_Value" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.Value">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value assigned to the GrapeCity.Windows.InputMan.GcDateTime control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkDisplayEmptyEra" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEra">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEra.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkDisplayEmptyEra">WatermarkDisplayEmptyEra</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the display empty era watermark which is shown when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> has no focus, and its value can't show as era year.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkDisplayEmptyEraForeground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEraForeground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEraForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkDisplayEmptyEraForeground">WatermarkDisplayEmptyEraForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets foreground which indicates the drawing brush to draw the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEra.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkDisplayEmptyEra">WatermarkDisplayEmptyEra</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkEmptyEra" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkEmptyEra">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkEmptyEra.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkEmptyEra">WatermarkEmptyEra</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the empty era watermark which is shown when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> has focus, and its value can't show as era year.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkEmptyEraForeground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkEmptyEraForeground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkEmptyEraForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkEmptyEraForeground">WatermarkEmptyEraForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets foreground which indicates the drawing brush to draw the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkEmptyEra.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_WatermarkEmptyEra">WatermarkEmptyEra</a>.</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_GcDateTime_DoSpinDown_System_TimeSpan_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DoSpinDown(System.TimeSpan)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DoSpinDown_System_TimeSpan_">DoSpinDown(TimeSpan)</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin down by the given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DoSpinUp_System_TimeSpan_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DoSpinUp(System.TimeSpan)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DoSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DoSpinUp_System_TimeSpan_">DoSpinUp(TimeSpan)</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin up by the given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnDropDownClosed_System_EventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnDropDownClosed(System.EventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnDropDownClosed.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnDropDownClosed_System_EventArgs_">OnDropDownClosed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownClosed.html">DropDownClosed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnDropDownOpened_System_EventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnDropDownOpened(System.EventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnDropDownOpened.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnDropDownOpened_System_EventArgs_">OnDropDownOpened(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownOpened.html">DropDownOpened</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnIsActiveChanged_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnIsActiveChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnIsActiveChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnIsActiveChanged_System_Windows_RoutedEventArgs_">OnIsActiveChanged(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> property changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnNumberChanged_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnNumberChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnNumberChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnNumberChanged_System_Windows_RoutedEventArgs_">OnNumberChanged(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when GrapeCity.Windows.InputMan.GcDateTime.Number property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnPropertyChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property on this <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides <span class="xref">System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)</span>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnValueChanged_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnValueChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnValueChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OnValueChanged_System_Windows_RoutedEventArgs_">OnValueChanged(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_Value">Value</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OpenDropDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OpenDropDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OpenDropDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_OpenDropDown">OpenDropDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Open drop down window of control.</p>
</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownClosed" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownClosed">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownClosed.html">DropDownClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the GrapeCity.Windows.InputMan.Primitives.DropDownWindow of a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> is closed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_DropDownOpened" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownOpened">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownOpened.html">DropDownOpened</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the GrapeCity.Windows.InputMan.Primitives.DropDownWindow of a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a> is opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_NumberChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.NumberChanged">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.NumberChanged.html">NumberChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when GrapeCity.Windows.InputMan.GcDateTime.Number property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_ValueChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValueChanged">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDateTime_Value">Value</a> property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
