# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask" class="text-break">GcMask Class
</h1>
  <div class="markdown level0 summary"><p>Represents an editor control with specified format which can be user-defined.</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">GcMask</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_GcMask_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;SpinButtonStyle&quot;, StyleTargetType = typeof(SpinButton))]
[TemplateVisualState(GroupName = &quot;SpinButtonStates&quot;, Name = &quot;SpinButtonCollapsed&quot;)]
[TemplateVisualState(GroupName = &quot;SpinButtonStates&quot;, Name = &quot;SpinButtonVisible&quot;)]
[TemplateVisualState(Name = &quot;InsertState&quot;, GroupName = &quot;EditModeStates&quot;)]
[TemplateVisualState(Name = &quot;OverwriteState&quot;, GroupName = &quot;EditModeStates&quot;)]
[TemplateVisualState(Name = &quot;ActiveDropDown&quot;, GroupName = &quot;ActiveStates&quot;)]
public class GcMask : FieldsEditorControl, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;SpinButtonStyle&quot;, StyleTargetType:=GetType(SpinButton))&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(Name:=&quot;InsertState&quot;, GroupName:=&quot;EditModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;OverwriteState&quot;, GroupName:=&quot;EditModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;ActiveDropDown&quot;, GroupName:=&quot;ActiveStates&quot;)&gt;
Public Class GcMask
    Inherits FieldsEditorControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ISupportInitialize</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
      Users can add different GrapeCity.Windows.InputMan.Fields.MaskField to <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.html">GcMask</a>
      to set up various format for purpose. It support text filter field, literal display field and enumeration
      selection field.
    </p>
<p>
      Users can also display watermark string for tips to notify current <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.html">GcMask</a> status. By setting
      <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>,
      users can show different strings when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.html">GcMask</a> has <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> content.
    </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>Active</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ActiveStates</p>
      </td>
      <td>
        <p>Inactive</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlBase_IsActive">IsActive</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>InputStates</p>
      </td>
      <td>
        <p>Full</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsFull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsFull">IsFull</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>InputStates</p>
      </td>
      <td>
        <p>Completed</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsCompleted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsCompleted">IsCompleted</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>InputStates</p>
      </td>
      <td>
        <p>Empty</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsEmpty.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsEmpty">IsEmpty</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>InputStates</p>
      </td>
      <td>
        <p>Part</p>
      </td>
      <td>
        <p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsFull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsFull">IsFull</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsCompleted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsCompleted">IsCompleted</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsEmpty.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditorControl_IsEmpty">IsEmpty</a> all are <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ValidationStates</p>
      </td>
      <td>
        <p>Valid</p>
      </td>
      <td>
        <p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ValidationStates</p>
      </td>
      <td>
        <p>InvalidFocused</p>
      </td>
      <td>
        <p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and control has focus.</p>
      </td>
    </tr>
    <tr>
      <td>
        <p>ValidationStates</p>
      </td>
      <td>
        <p>InvalidUnfocused</p>
      </td>
      <td>
        <p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and control has no focus.</p>
      </td>
    </tr>
  </table>

</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask__ctor">GcMask()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.html">GcMask</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_GcMask_AutoConvertProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.AutoConvertProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.AutoConvertProperty.html">AutoConvertProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.AutoConvert dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_DefaultActiveFieldIndexProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.DefaultActiveFieldIndexProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.DefaultActiveFieldIndexProperty.html">DefaultActiveFieldIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.DefaultActiveFieldIndex dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ExitOnLastCharProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ExitOnLastCharProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ExitOnLastCharProperty.html">ExitOnLastCharProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.ExitOnLastChar dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_FieldSetProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.FieldSetProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.FieldSetProperty.html">FieldSetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.FieldSet dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_HighlightTextProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.HighlightTextProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.HighlightTextProperty.html">HighlightTextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.HighlightText dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_PromptCharProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.PromptCharProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.PromptCharProperty.html">PromptCharProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.PromptChar dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_RecommendedValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.RecommendedValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.RecommendedValueProperty.html">RecommendedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.RecommendedValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ShowLiteralsProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ShowLiteralsProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ShowLiteralsProperty.html">ShowLiteralsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.ShowLiterals dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ShowRecommendedValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ShowRecommendedValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ShowRecommendedValueProperty.html">ShowRecommendedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.ShowRecommendedValue dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_SpinButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonStyleProperty.html">SpinButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_SpinButtonStyle">SpinButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_SpinButtonVisibilityProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonVisibilityProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonVisibilityProperty.html">SpinButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_SpinButtonVisibility">SpinButtonVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_TabActionProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.TabActionProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.TabActionProperty.html">TabActionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.TabAction dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ValueChangedEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ValueChangedEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ValueChangedEvent.html">ValueChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.ValueChanged routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ValueProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ValueProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcMask.Value dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ActiveField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ActiveField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ActiveField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ActiveField">ActiveField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current active field which can show the caret and accept input.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ApplyRecommendedValueCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ApplyRecommendedValueCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ApplyRecommendedValueCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ApplyRecommendedValueCommand">ApplyRecommendedValueCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ApplyRecommendedValueCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ApplyRecommendedValueCommand">ApplyRecommendedValueCommand</a> command, which requests that recommended value be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_AutoConvert" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.AutoConvert">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.AutoConvert.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_AutoConvert">AutoConvert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set whether to automatically convert the entered characters according to
the input control.</p>
<p>
This is a Dependency Property.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_DefaultActiveFieldIndex" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.DefaultActiveFieldIndex">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.DefaultActiveFieldIndex.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_DefaultActiveFieldIndex">DefaultActiveFieldIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of default active editable field. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ExitOnLastChar" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ExitOnLastChar">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ExitOnLastChar.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ExitOnLastChar">ExitOnLastChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not the next control in the tab order receives the focus as soon as the control is filled at the last character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_FieldSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.FieldSet">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.FieldSet.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_FieldSet">FieldSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a GrapeCity.Windows.InputMan.Fields.MaskFieldSet which indicate the wrapper of all fields in GrapeCity.Windows.InputMan.GcMask. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_HighlightText" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.HighlightText">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.HighlightText.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_HighlightText">HighlightText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to select the text when the control receives the focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_PromptChar" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.PromptChar">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.PromptChar.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_PromptChar">PromptChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the character used as a prompt for input.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_RecommendedValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.RecommendedValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.RecommendedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_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_GcMask_ShowLiterals" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ShowLiterals">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ShowLiterals.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ShowLiterals">ShowLiterals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the literals during user entry.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_ShowRecommendedValue" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ShowRecommendedValue">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ShowRecommendedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_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_GcMask_SpinButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_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_GcMask_SpinButtonVisibility" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonVisibility">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.SpinButtonVisibility.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_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_GcMask_TabAction" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.TabAction">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.TabAction.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_TabAction">TabAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets to determine whether the tab key moves the focus between controls or between fields within the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_Value" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.Value">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the underlying value assigned to the control.</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_GcMask_OnValueChanged_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.OnValueChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.OnValueChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcMask_OnValueChanged_System_Windows_RoutedEventArgs_">OnValueChanged(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raise the GrapeCity.Windows.InputMan.GcMask.ValueChanged routed event.</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_GcMask_ValueChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ValueChanged">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value property changes in GrapeCity.Windows.InputMan.GcMask.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
