# FarPoint.Web.Spread.Editor.IEditor3.GetValidators

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Editor_IEditor3_GetValidators_" data-uid="FarPoint.Web.Spread.Editor.IEditor3.GetValidators*">GetValidators Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Editor_IEditor3_GetValidators_" data-uid="FarPoint.Web.Spread.Editor.IEditor3.GetValidators*"></a>
<h4 id="FarPoint_Web_Spread_Editor_IEditor3_GetValidators" data-uid="FarPoint.Web.Spread.Editor.IEditor3.GetValidators">GetValidators()</h4>
<div class="markdown level1 summary"><p>Gets the validator collection. This method is used to allow customizing the returned result from the <a class="xref" href="FarPoint.Web.Spread.Editor.IEditor3.Validators.html#FarPoint_Web_Spread_Editor_IEditor3_Validators">Validators</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ValidatorCollection GetValidators()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function GetValidators() As ValidatorCollection</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.ValidatorCollection.html">ValidatorCollection</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
