# FarPoint.Web.Spread.Extender.MaskedEditValidator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Extender_MaskedEditValidator" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator" class="text-break">MaskedEditValidator Class
</h1>
  <div class="markdown level0 summary"><p>Represents a custom validator which attaches to the MaskedEdit extender and its associated TextBox and verifies that the input text matches the pattern specified in the MaskedEdit extender.</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"><span class="xref">MaskedEditValidator</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Extender.html">FarPoint.Web.Spread.Extender</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.Extender.dll</h6>
  <h5 id="FarPoint_Web_Spread_Extender_MaskedEditValidator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MaskedEditValidator : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MaskedEditValidator
    Implements ISerializeSupport</code></pre>
  </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="FarPoint_Web_Spread_Extender_MaskedEditValidator__ctor" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.-ctor.html#FarPoint_Web_Spread_Extender_MaskedEditValidator__ctor">MaskedEditValidator()</a>
        </td>
        <td class="markdown level1 summary"></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="FarPoint_Web_Spread_Extender_MaskedEditValidator_ClientValidationFunction" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.ClientValidationFunction">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.ClientValidationFunction.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_ClientValidationFunction">ClientValidationFunction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the client script validation function used for custom validation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_EmptyValueMessage" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.EmptyValueMessage">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.EmptyValueMessage.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_EmptyValueMessage">EmptyValueMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the empty message that is displayed when empty and TextBox has focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_ErrorMessage" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.ErrorMessage">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.ErrorMessage.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_ErrorMessage">ErrorMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the error message.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_InitialValue" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.InitialValue">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.InitialValue.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_InitialValue">InitialValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the initial value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_InvalidValueMessage" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.InvalidValueMessage">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.InvalidValueMessage.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_InvalidValueMessage">InvalidValueMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the message displayed when invalid and TextBox has focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_IsValidEmpty" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.IsValidEmpty">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.IsValidEmpty.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_IsValidEmpty">IsValidEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to validate the empty value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_MaximumValue" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.MaximumValue">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.MaximumValue.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_MaximumValue">MaximumValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_MaximumValueMessage" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.MaximumValueMessage">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.MaximumValueMessage.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_MaximumValueMessage">MaximumValueMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the message displayed when the maximum value has been exceeded and TextBox has focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_MinimumValue" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.MinimumValue">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.MinimumValue.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_MinimumValue">MinimumValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_MinimumValueMessage" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.MinimumValueMessage">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.MinimumValueMessage.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_MinimumValueMessage">MinimumValueMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the message displayed when the minimum value has been exceeded and TextBox has focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_ValidationExpression" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.ValidationExpression">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.ValidationExpression.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_ValidationExpression">ValidationExpression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the regular expression used to validate the input.</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="FarPoint_Web_Spread_Extender_MaskedEditValidator_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.Deserialize.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MaskedEditValidator_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.Extender.MaskedEditValidator.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MaskedEditValidator.Serialize.html#FarPoint_Web_Spread_Extender_MaskedEditValidator_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
