# GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField" class="text-break">MaskEnumerationField Class
</h1>
  <div class="markdown level0 summary"><p>Represents GrapeCity.Windows.InputMan.Fields.MaskEnumerationField class which contains an enumeration for GrapeCity.Windows.InputMan.GcMask.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.html">Field</a></div>
    <div class="level6"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</a></div>
    <div class="level7"><span class="xref">MaskEnumerationField</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.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.html">ISpinable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IDropDown.html">IDropDown</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_MaskEnumerationField_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;PART_ContentRoot&quot;, Type = typeof(Grid))]
public sealed class MaskEnumerationField : MaskField, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable, INotifyPropertyChanged, IDropDown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;PART_ContentRoot&quot;, Type:=GetType(Grid))&gt;
Public NotInheritable Class MaskEnumerationField
    Inherits MaskField
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize, ISpinable, INotifyPropertyChanged, IDropDown</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><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>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.Field.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Field_IsActive">IsActive</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_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.Field.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Field_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.Field.IsActive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Field_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.Field.IsFull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Field_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.Field.IsCompleted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Field_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.Field.IsEmpty.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Field_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.Field.IsFull.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Field_IsFull">IsFull</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.IsCompleted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Field_IsCompleted">IsCompleted</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.IsEmpty.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_Field_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_MaskEnumerationField__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField__ctor">MaskEnumerationField()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.html">MaskEnumerationField</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField__ctor_System_String___" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.#ctor(System.String[])">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField__ctor_System_String___">MaskEnumerationField(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.html">MaskEnumerationField</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_MaskEnumerationField_AllowDropDownOpenProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AllowDropDownOpenProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AllowDropDownOpenProperty.html">AllowDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.MaskEnumerationField.AllowDropDownOpen dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_AutoConvertProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AutoConvertProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AutoConvertProperty.html">AutoConvertProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.MaskEnumerationField.AutoConvert dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_AutoOpenDropDownProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AutoOpenDropDownProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AutoOpenDropDownProperty.html">AutoOpenDropDownProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.MaskEnumerationField.AutoOpenDropDown dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_IsDropDownOpenProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.IsDropDownOpenProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.MaskEnumerationField.IsDropDownOpen dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_ItemsProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.ItemsProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.ItemsProperty.html">ItemsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.MaskEnumerationField.Items dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_PromptCharProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.PromptCharProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.PromptCharProperty.html">PromptCharProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.MaskEnumerationField.PromptChar dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_SpinIncrementProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.SpinIncrementProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.SpinIncrementProperty.html">SpinIncrementProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.Fields.MaskEnumerationField.SpinIncrement 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_MaskEnumerationField_AllowDropDownOpen" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AllowDropDownOpen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AllowDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_AllowDropDownOpen">AllowDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicates whether the dropdown function is active. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_AutoConvert" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AutoConvert">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AutoConvert.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_AutoConvert">AutoConvert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether try to convert the given value to items when they aren't match. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_AutoOpenDropDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AutoOpenDropDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AutoOpenDropDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_AutoOpenDropDown">AutoOpenDropDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value which indicates whether auto drop down when current field is activated. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_IsDropDownOpen" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.IsDropDownOpen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.IsDropDownOpen.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_IsDropDownOpen">IsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicates whether the dropdown window is showing. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_Items" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.Items">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.Items.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the items of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.html">MaskEnumerationField</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_PromptChar" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.PromptChar">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.PromptChar.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_PromptChar">PromptChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the prompt char of the field. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_SpinIncrement" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.SpinIncrement">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.SpinIncrement.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_SpinIncrement">SpinIncrement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spin increment. This is a dependency property.</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_MaskEnumerationField_Activate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.Activate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.Activate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_Activate">Activate()</a>
        </td>
        <td class="markdown level1 summary"><p>Attempts to activate current field and put caret to default caret position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_DoSpinDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.DoSpinDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_DoSpinDown">DoSpinDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Process the spin down behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_DoSpinDown_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.DoSpinDown(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_DoSpinDown_System_Int32_">DoSpinDown(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin down with the specified increment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_DoSpinUp" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.DoSpinUp">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.DoSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_DoSpinUp">DoSpinUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Process the spin up behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_DoSpinUp_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.DoSpinUp(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.DoSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_DoSpinUp_System_Int32_">DoSpinUp(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin up with the specified increment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_EndInit" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.EndInit">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.EndInit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates that the initialization process for the element is complete.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_OnApplyTemplate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.OnApplyTemplate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.OnApplyTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskEnumerationField_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, is invoked whenever application code
or internal processes call <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.applytemplate">ApplyTemplate()</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
