# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber" class="text-break">GcNumber Class
</h1>
  <div class="markdown level0 summary"><p>Represents a number editor control that can input a number or calculate from dropdown calculator.</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">GcNumber</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_GcNumber_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;DropDownButtonStyle&quot;, StyleTargetType = typeof(DropDownButton))]
[StyleTypedProperty(Property = &quot;DropDownCalculatorStyle&quot;, StyleTargetType = typeof(GcDropDownCalculator))]
[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(GcDropDownCalculator))]
[TemplateVisualState(Name = &quot;ActiveDropDown&quot;, GroupName = &quot;ActiveStates&quot;)]
[TemplateVisualState(Name = &quot;Negative&quot;, GroupName = &quot;SignStates&quot;)]
[TemplateVisualState(Name = &quot;Positive&quot;, GroupName = &quot;SignStates&quot;)]
[TemplateVisualState(Name = &quot;NoSign&quot;, GroupName = &quot;SignStates&quot;)]
[TemplateVisualState(Name = &quot;InsertState&quot;, GroupName = &quot;EditModeStates&quot;)]
[TemplateVisualState(Name = &quot;OverwriteState&quot;, GroupName = &quot;EditModeStates&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;)]
public class GcNumber : 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;DropDownCalculatorStyle&quot;, StyleTargetType:=GetType(GcDropDownCalculator))&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(GcDropDownCalculator))&gt;
&lt;TemplateVisualState(Name:=&quot;ActiveDropDown&quot;, GroupName:=&quot;ActiveStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Negative&quot;, GroupName:=&quot;SignStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Positive&quot;, GroupName:=&quot;SignStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;NoSign&quot;, GroupName:=&quot;SignStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InsertState&quot;, GroupName:=&quot;EditModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;OverwriteState&quot;, GroupName:=&quot;EditModeStates&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;
Public Class GcNumber
    Inherits FieldsEditorControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ISupportInitialize</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
      The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a> control provides number input for positive and negative values and 
      allows you to design a functional numeric input interface quickly and efficiently. 
      During data entry, the user can press the minus sign ("-") at any time to toggle 
      the value between positive and negative.  Also, the plus sign ("+") will change 
      a negative value to positive.
    </p>
<p>
  <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a> control can set its own <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.FieldSet.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_FieldSet">FieldSet</a> property an 
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.html">NumberFieldSet</a> value to use different digits patterns, different sign strings and 
      different separator char. You can use the format to limit user's input behavior. Besides, you 
      can limit the range of value by setting the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MaxValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_MaxValue">MaxValue</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MinValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_MinValue">MinValue</a> property.
    </p>
<p>
  <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a> control support display fields. You can set a new <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDisplayFieldSet.html">NumberDisplayFieldSet</a>
      property or change its own content. Then <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a> can change its display text when control lost
      keyboard focus.
    </p>
<p>
      User can open the dropdown calculator to operate an calculation easily. You can define the dropdown calculaotr's 
      view and behavior by set <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownCalculatorStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownCalculatorStyle">DropDownCalculatorStyle</a> property.
    </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.GcNumber.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_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>SignStates</p>
      </td>
      <td>
        <p>Negative</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState">SignState</a> is GrapeCity.Windows.InputMan.SignState.Negative.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>SignStates</p>
      </td>
      <td>
        <p>Positive</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState">SignState</a> is GrapeCity.Windows.InputMan.SignState.Positive.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>SignStates</p>
      </td>
      <td>
        <p>NoSign</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState">SignState</a> return GrapeCity.Windows.InputMan.SignState.None.</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_GcNumber__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber__ctor">GcNumber()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a> 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_GcNumber_AllowDeleteToNullProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AllowDeleteToNullProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AllowDeleteToNullProperty.html">AllowDeleteToNullProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AllowDeleteToNull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_AllowDeleteToNull">AllowDeleteToNull</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_AllowDropDownOpenProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AllowDropDownOpenProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AllowDropDownOpenProperty.html">AllowDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.AllowDropDownOpen dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_AutoOpenDropDownProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AutoOpenDropDownProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AutoOpenDropDownProperty.html">AutoOpenDropDownProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.AutoOpenDropDown dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ControlValidatorSetProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ControlValidatorSetProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ControlValidatorSetProperty.html">ControlValidatorSetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.ControlValidatorSet dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DisplayFieldSetProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DisplayFieldSetProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DisplayFieldSetProperty.html">DisplayFieldSetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.DisplayFieldSet dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownButtonStyleProperty.html">DropDownButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.DropDownButtonStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownButtonVisibilityProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownButtonVisibilityProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownButtonVisibilityProperty.html">DropDownButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.DropDownButtonVisibility dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownCalculatorStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownCalculatorStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownCalculatorStyleProperty.html">DropDownCalculatorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.DropDownCalculatorStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownWindowStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownWindowStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownWindowStyleProperty.html">DropDownWindowStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.DropDownWindowStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_FieldSetProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.FieldSetProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.FieldSetProperty.html">FieldSetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.FieldSet dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_HighlightTextProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.HighlightTextProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.HighlightTextProperty.html">HighlightTextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.HighlightText dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_IsDropDownOpenProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.IsDropDownOpenProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.IsDropDownOpen dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_MaxValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MaxValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MaxValueProperty.html">MaxValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.MaxValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_MinValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MinValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MinValueProperty.html">MinValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.MinValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_NegativeForegroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.NegativeForegroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.NegativeForegroundProperty.html">NegativeForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.NegativeForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_NegativeForeground">NegativeForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_RecommendedValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.RecommendedValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.RecommendedValueProperty.html">RecommendedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.RecommendedValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ShowRecommendedValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ShowRecommendedValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ShowRecommendedValueProperty.html">ShowRecommendedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.ShowRecommendedValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignStateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignStateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignStateProperty.html">SignStateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState">SignState</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SpinButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinButtonStyleProperty.html">SpinButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.SpinButtonStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SpinButtonVisibilityProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinButtonVisibilityProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinButtonVisibilityProperty.html">SpinButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.SpinButtonVisibility dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SpinIncrementValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinIncrementValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinIncrementValueProperty.html">SpinIncrementValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.SpinIncrementValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SpinModeProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinModeProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinModeProperty.html">SpinModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.SpinMode dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ValidationTriggerProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValidationTriggerProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValidationTriggerProperty.html">ValidationTriggerProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.ValidationTrigger dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ValueChangedEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueChangedEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueChangedEvent.html">ValueChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueChanged.html">ValueChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.Value dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkDisplayZeroForegroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkDisplayZeroForegroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkDisplayZeroForegroundProperty.html">WatermarkDisplayZeroForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.WatermarkDisplayZeroForeground dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkDisplayZeroProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkDisplayZeroProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkDisplayZeroProperty.html">WatermarkDisplayZeroProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.WatermarkDisplayZero dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkZeroForegroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkZeroForegroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkZeroForegroundProperty.html">WatermarkZeroForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.WatermarkZeroForeground dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkZeroProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkZeroProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkZeroProperty.html">WatermarkZeroProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcNumber.WatermarkZero 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_GcNumber_ActiveField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ActiveField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ActiveField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ActiveField">ActiveField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current active field of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_AllowDeleteToNull" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AllowDeleteToNull">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AllowDeleteToNull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_AllowDeleteToNull">AllowDeleteToNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the value indicate whether value will be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> or zero when all text is deleted by delete UI operation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_AllowDropDownOpen" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AllowDropDownOpen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AllowDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_AllowDropDownOpen">AllowDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether allow to open drop down.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ApplyRecommendedValueCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ApplyRecommendedValueCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ApplyRecommendedValueCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ApplyRecommendedValueCommand">ApplyRecommendedValueCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ApplyRecommendedValueCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ApplyRecommendedValueCommand">ApplyRecommendedValueCommand</a> command, which requests that recommended value be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_AutoOpenDropDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AutoOpenDropDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.AutoOpenDropDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_AutoOpenDropDown">AutoOpenDropDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether drop down opened automatically when control is activated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ControlValidatorSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ControlValidatorSet">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ControlValidatorSet.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_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_GcNumber_Decimal" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Decimal">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Decimal.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Decimal">Decimal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the decimal part value of the current <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a>.
<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Integer.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Integer">Integer</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DisplayFieldSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DisplayFieldSet">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DisplayFieldSet.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DisplayFieldSet">DisplayFieldSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the GrapeCity.Windows.InputMan.Fields.NumberDisplayFieldSet of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownButtonStyle">DropDownButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the drop down button style which is used when dropdown button is rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownButtonVisibility" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownButtonVisibility">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownButtonVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_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_GcNumber_DropDownCalculatorStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownCalculatorStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownCalculatorStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownCalculatorStyle">DropDownCalculatorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the drop down calculator style which used when dropdown calculator is rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownWindowStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownWindowStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownWindowStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownWindowStyle">DropDownWindowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the drop down window style which used when dropdown window is rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_FieldSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.FieldSet">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.FieldSet.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_FieldSet">FieldSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets GrapeCity.Windows.InputMan.Fields.NumberFieldSet value of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_HighlightText" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.HighlightText">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.HighlightText.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_HighlightText">HighlightText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates whether highlight text when control got focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Integer" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Integer">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Integer.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Integer">Integer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the integer part value of the current number <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a>.
<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Decimal.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Decimal">Decimal</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_IsDropDownOpen" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.IsDropDownOpen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_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.GcNumber.html">GcNumber</a> is currently open.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_MaxValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MaxValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MaxValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_MaxValue">MaxValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a decimal value indicate the maximum of range control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_MinValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MinValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.MinValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_MinValue">MinValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a decimal value indicate the minimum of range control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_NegativeForeground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.NegativeForeground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.NegativeForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_NegativeForeground">NegativeForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a brush indicates the foreground when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a> is less than zero.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_RecommendedValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.RecommendedValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.RecommendedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_RecommendedValue">RecommendedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the recommended value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SetZeroCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SetZeroCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SetZeroCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SetZeroCommand">SetZeroCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SetZeroCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SetZeroCommand">SetZeroCommand</a> command, which requests that the current value is set to Zero.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ShowRecommendedValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ShowRecommendedValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ShowRecommendedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ShowRecommendedValue">ShowRecommendedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether show the recommended value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState">SignState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sign state indicates the current value is greater or less than zero, or 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_GcNumber_SpinButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SpinButtonStyle">SpinButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spin button style which used when spin button is rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SpinButtonVisibility" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinButtonVisibility">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinButtonVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_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_GcNumber_SpinIncrementValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinIncrementValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinIncrementValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SpinIncrementValue">SpinIncrementValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the allow spin increment value indicating spin value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SpinMode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinMode">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SpinMode">SpinMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spin mode value indicating spin pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SwitchDropDownCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SwitchDropDownCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SwitchDropDownCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SwitchDropDownCommand">SwitchDropDownCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SwitchDropDownCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SwitchDropDownCommand">SwitchDropDownCommand</a> command, which requests that the dropdown window open.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SwitchSignCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SwitchSignCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SwitchSignCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SwitchSignCommand">SwitchSignCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SwitchSignCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SwitchSignCommand">SwitchSignCommand</a> command, which requests that the value switch sign.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ThreeZeroCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ThreeZeroCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ThreeZeroCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ThreeZeroCommand">ThreeZeroCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ThreeZeroCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ThreeZeroCommand">ThreeZeroCommand</a> command, which requests that the current value appended with Three zeros.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ValidationTrigger" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValidationTrigger">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValidationTrigger.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ValidationTrigger">ValidationTrigger</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the timing of validating GrapeCity.Windows.InputMan.GcNumber.Value property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value assigned to the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ValueSign" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueSign">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueSign.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ValueSign">ValueSign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value sign of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkDisplayZero" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkDisplayZero">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkDisplayZero.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkDisplayZero">WatermarkDisplayZero</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the watermark text when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a> is zero and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a> is not active.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkDisplayZeroForeground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkDisplayZeroForeground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkDisplayZeroForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkDisplayZeroForeground">WatermarkDisplayZeroForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground to draw <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkDisplayZero.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkDisplayZero">WatermarkDisplayZero</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkZero" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkZero">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkZero.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkZero">WatermarkZero</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the watermark text when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a> is 0.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkZeroForeground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkZeroForeground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkZeroForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkZeroForeground">WatermarkZeroForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets foreground to draw <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.WatermarkZero.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_WatermarkZero">WatermarkZero</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_GcNumber_DoSpinDown_System_Decimal_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DoSpinDown(System.Decimal)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DoSpinDown_System_Decimal_">DoSpinDown(decimal)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs spin down.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DoSpinUp_System_Decimal_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DoSpinUp(System.Decimal)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DoSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DoSpinUp_System_Decimal_">DoSpinUp(decimal)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs spin up.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnDropDownClosed_System_EventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnDropDownClosed(System.EventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnDropDownClosed.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnDropDownClosed_System_EventArgs_">OnDropDownClosed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Reports when a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a>'s dropdown opens and raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownClosed.html">DropDownClosed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnDropDownOpened_System_EventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnDropDownOpened(System.EventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnDropDownOpened.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnDropDownOpened_System_EventArgs_">OnDropDownOpened(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Reports when a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a>'s dropdown closes and raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownOpened.html">DropDownOpened</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnIsActiveChanged_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnIsActiveChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnIsActiveChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_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_GcNumber_OnSelectionChanged_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnSelectionChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnSelectionChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnSelectionChanged_System_Windows_RoutedEventArgs_">OnSelectionChanged(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.SelectionStart.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_SelectionStart">SelectionStart</a> or <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.SelectionLength.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_SelectionLength">SelectionLength</a> property changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnTextChanged_System_Windows_Controls_TextChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnTextChanged(System.Windows.Controls.TextChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnTextChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnTextChanged_System_Windows_Controls_TextChangedEventArgs_">OnTextChanged(TextChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Is called when content in this editing control changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnTextChanging_GrapeCity_Wpf_SpreadSheet_CellType_Editors_TextChangingEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnTextChanging(GrapeCity.Wpf.SpreadSheet.CellType.Editors.TextChangingEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnTextChanging.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnTextChanging_GrapeCity_Wpf_SpreadSheet_CellType_Editors_TextChangingEventArgs_">OnTextChanging(TextChangingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Is called when content in this editing control is about to change.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnValueChanged_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnValueChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OnValueChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OnValueChanged_System_Windows_RoutedEventArgs_">OnValueChanged(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raise the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueChanged.html">ValueChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OpenDropDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OpenDropDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.OpenDropDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_OpenDropDown">OpenDropDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Open the drop down window of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.html">GcNumber</a>.</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_GcNumber_DropDownClosed" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownClosed">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownClosed.html">DropDownClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the GrapeCity.Windows.InputMan.Primitives.DropDownWindow of a GrapeCity.Windows.InputMan.GcNumber closed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_DropDownOpened" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownOpened">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownOpened.html">DropDownOpened</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the GrapeCity.Windows.InputMan.Primitives.DropDownWindow of a GrapeCity.Windows.InputMan.GcNumber opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_ValueChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueChanged">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value property changes in GrapeCity.Windows.InputMan.GcNumber.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
