# GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl" class="text-break">FieldsEditorControl Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class for the formatted text editors.</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"><span class="xref">FieldsEditorControl</span></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.html">GcDateTime</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.html">GcMask</a></div>
      <div class="level8"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</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.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_FieldsEditorControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplateVisualState(Name = &quot;Full&quot;, GroupName = &quot;InputStates&quot;)]
[TemplateVisualState(Name = &quot;Completed&quot;, GroupName = &quot;InputStates&quot;)]
[TemplateVisualState(Name = &quot;Empty&quot;, GroupName = &quot;InputStates&quot;)]
[TemplateVisualState(Name = &quot;Part&quot;, GroupName = &quot;InputStates&quot;)]
[TemplatePart(Name = &quot;PART_ContentHost&quot;, Type = typeof(FieldsPresenter))]
public abstract class FieldsEditorControl : EditBase, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplateVisualState(Name:=&quot;Full&quot;, GroupName:=&quot;InputStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Completed&quot;, GroupName:=&quot;InputStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Empty&quot;, GroupName:=&quot;InputStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Part&quot;, GroupName:=&quot;InputStates&quot;)&gt;
&lt;TemplatePart(Name:=&quot;PART_ContentHost&quot;, Type:=GetType(FieldsPresenter))&gt;
Public MustInherit Class FieldsEditorControl
    Inherits EditBase
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ISupportInitialize</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
  <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.html">FieldsEditorControl</a> is base class for controls which support field.
    </p>
<p>
  <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.html">FieldsEditorControl</a> has implemented <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.ClipContent.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_ClipContent">ClipContent</a> to control
      the copy or cut content including literals or not. Also it supports <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkNull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkNull">WatermarkNull</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkDisplayNull">WatermarkDisplayNull</a>.
    </p>
</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_FieldsEditorControl__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl__ctor">FieldsEditorControl()</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_FieldsEditorControl_AllowSpinProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.AllowSpinProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.AllowSpinProperty.html">AllowSpinProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.AllowSpin dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_ClipContentProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.ClipContentProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.ClipContentProperty.html">ClipContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.ClipContent dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsCompletedProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsCompletedProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsCompletedProperty.html">IsCompletedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.IsCompleted dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsEmptyProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsEmptyProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsEmptyProperty.html">IsEmptyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.IsEmpty dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsFullProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsFullProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsFullProperty.html">IsFullProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.IsFull dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_SpinAllowWrapProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinAllowWrapProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinAllowWrapProperty.html">SpinAllowWrapProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.SpinAllowWrap dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_SpinDownEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinDownEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinDownEvent.html">SpinDownEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinDown.html">SpinDown</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_SpinIncrementProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinIncrementProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinIncrementProperty.html">SpinIncrementProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.SpinIncrement dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_SpinUpEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinUpEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinUpEvent.html">SpinUpEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.SpinUp routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkDisplayNullForegroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNullForegroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNullForegroundProperty.html">WatermarkDisplayNullForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.WatermarkDisplayNullForeground dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkDisplayNullProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNullProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNullProperty.html">WatermarkDisplayNullProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.WatermarkDisplayNull dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkNullForegroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkNullForegroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkNullForegroundProperty.html">WatermarkNullForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.WatermarkNullForeground dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkNullProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkNullProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkNullProperty.html">WatermarkNullProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.WatermarkNull 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_FieldsEditorControl_AllowSpin" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.AllowSpin">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.AllowSpin.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_AllowSpin">AllowSpin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates whether the spin behavior is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_ClipContent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.ClipContent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.ClipContent.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_ClipContent">ClipContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how data should be copied to the clipboard. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_DisplayText" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.DisplayText">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.DisplayText.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_DisplayText">DisplayText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display text of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsCompleted" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsCompleted">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsCompleted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsCompleted">IsCompleted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the editor have been input completely. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsEmpty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsEmpty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsEmpty.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the editor haven't been input anything, the field is empty. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsFull" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsFull">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsFull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsFull">IsFull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the editor have been input fully. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_LogicalChildren" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.LogicalChildren">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.LogicalChildren.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_LogicalChildren">LogicalChildren</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the logic children of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.html">FieldsEditorControl</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_SpinAllowWrap" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinAllowWrap">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinAllowWrap.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_SpinAllowWrap">SpinAllowWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the spin behavior can wrap when reach max or min limit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_SpinIncrement" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinIncrement">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinIncrement.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_SpinIncrement">SpinIncrement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the increment offset of a single spin behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkDisplayNull" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNull">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkDisplayNull">WatermarkDisplayNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the watermark display text when the value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.html">FieldsEditorControl</a> is not active.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkDisplayNullForeground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNullForeground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNullForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkDisplayNullForeground">WatermarkDisplayNullForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground of the watermark display text when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkDisplayNull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkDisplayNull">WatermarkDisplayNull</a> shows.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkNull" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkNull">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkNull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkNull">WatermarkNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the watermark text when the value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkNullForeground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkNullForeground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.WatermarkNullForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_WatermarkNullForeground">WatermarkNullForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground of the watermark text when the value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</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_FieldsEditorControl_DoSpinDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.DoSpinDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_DoSpinDown">DoSpinDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin down.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_DoSpinUp" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.DoSpinUp">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.DoSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_DoSpinUp">DoSpinUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin up.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnIsActiveChanged_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnIsActiveChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnIsActiveChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnIsActiveChanged_System_Windows_RoutedEventArgs_">OnIsActiveChanged(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActiveChanged.html">IsActiveChanged</a> event is raised on this element. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnMouseDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnMouseDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnMouseDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnMouseDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <span class="xref">System.Windows.Input.Mouse.MouseDown</span> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnMouseLeftButtonDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.mouseleftbuttondown">MouseLeftButtonDown</a> routed event is raised on this element.
Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnMouseMove_System_Windows_Input_MouseEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnMouseMove(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnMouseMove.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnMouseMove_System_Windows_Input_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <span class="xref">System.Windows.Input.Mouse.MouseMove</span> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnMouseUp_System_Windows_Input_MouseButtonEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnMouseUp(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnMouseUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnMouseUp_System_Windows_Input_MouseButtonEventArgs_">OnMouseUp(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <span class="xref">System.Windows.Input.Mouse.MouseUp</span> routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnSpinDown_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnSpinDown(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnSpinDown_System_Windows_RoutedEventArgs_">OnSpinDown(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when spin down action happened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnSpinUp_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnSpinUp(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.OnSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_OnSpinUp_System_Windows_RoutedEventArgs_">OnSpinUp(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when spin up action happened.</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_FieldsEditorControl_SpinDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinDown.html">SpinDown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when spin down.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_SpinUp" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinUp">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.SpinUp.html">SpinUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when spin up.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
