# GrapeCity.ActiveReports.Chart.ICustomPropertyValueValidator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_ICustomPropertyValueValidator" data-uid="GrapeCity.ActiveReports.Chart.ICustomPropertyValueValidator" class="text-break">ICustomPropertyValueValidator Interface
</h1>
  <div class="markdown level0 summary"><p>Interface ICustomPropertyValueValidator</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_ICustomPropertyValueValidator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICustomPropertyValueValidator</code></pre>
  </div>
  <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_ActiveReports_Chart_ICustomPropertyValueValidator_GetAnyValidValue" data-uid="GrapeCity.ActiveReports.Chart.ICustomPropertyValueValidator.GetAnyValidValue">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomPropertyValueValidator.GetAnyValidValue.html#GrapeCity_ActiveReports_Chart_ICustomPropertyValueValidator_GetAnyValidValue">GetAnyValidValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets any valid value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ICustomPropertyValueValidator_Validate_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.ICustomPropertyValueValidator.Validate(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomPropertyValueValidator.Validate.html#GrapeCity_ActiveReports_Chart_ICustomPropertyValueValidator_Validate_System_Object_">Validate(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Method should throw ArgumentException if value is not valid</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
