# GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlinkStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlinkStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlinkStyle" class="text-break">BlinkStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies constants indicating when the error content shows, supplied by a <span class="xref">GrapeCity.Windows.InputMan.GcValidationIndicator</span>,
should blink to alert the user that a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.validationerror">ValidationError</a> has occurred.</p>
</div>
  <div class="markdown level0 conceptual"></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_BlinkStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BlinkStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BlinkStyle</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlinkStyle_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration is used by <span class="xref">GrapeCity.Windows.InputMan.GcValidationIndicator</span>.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlinkStyle_AlwaysBlink">AlwaysBlink</td>
        <td><p>Error Content will always blink when target property of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> is validated failed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlinkStyle_BlinkOnValidate">BlinkOnValidate</td>
        <td><p>Error Content will blink when the target property of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> is validated failed each time.
And it will stop blinking after blinked some times.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlinkStyle_NeverBlink">NeverBlink</td>
        <td><p>Error Content will never blink.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
