# C1.Win.DataFilter.IValueEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_DataFilter_IValueEditor" data-uid="C1.Win.DataFilter.IValueEditor" class="text-break">IValueEditor Interface
</h1>
  <div class="markdown level0 summary"><p>Interface implemented by custom editors hosted in <a class="xref" href="C1.Win.DataFilter.C1FilterEditor.html">C1FilterEditor</a> control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.DataFilter.html">C1.Win.DataFilter</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DataFilter.10.dll</h6>
  <h5 id="C1_Win_DataFilter_IValueEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IValueEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IValueEditor</code></pre>
  </div>
  <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="C1_Win_DataFilter_IValueEditor_Enabled" data-uid="C1.Win.DataFilter.IValueEditor.Enabled">
          <a class="xref" href="C1.Win.DataFilter.IValueEditor.Enabled.html#C1_Win_DataFilter_IValueEditor_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the editor can respond to user interaction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_DataFilter_IValueEditor_Value" data-uid="C1.Win.DataFilter.IValueEditor.Value">
          <a class="xref" href="C1.Win.DataFilter.IValueEditor.Value.html#C1_Win_DataFilter_IValueEditor_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of custom editor.</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="C1_Win_DataFilter_IValueEditor_ApplyStyle_C1_Win_DataFilter_Styles_FilterEditorTheme_" data-uid="C1.Win.DataFilter.IValueEditor.ApplyStyle(C1.Win.DataFilter.Styles.FilterEditorTheme)">
          <a class="xref" href="C1.Win.DataFilter.IValueEditor.ApplyStyle.html#C1_Win_DataFilter_IValueEditor_ApplyStyle_C1_Win_DataFilter_Styles_FilterEditorTheme_">ApplyStyle(FilterEditorTheme)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a <a class="xref" href="C1.Win.DataFilter.Styles.FilterEditorTheme.html">FilterEditorTheme</a> to the custom editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_DataFilter_IValueEditor_Dispose" data-uid="C1.Win.DataFilter.IValueEditor.Dispose">
          <a class="xref" href="C1.Win.DataFilter.IValueEditor.Dispose.html#C1_Win_DataFilter_IValueEditor_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the custom editor.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_DataFilter_IValueEditor_ValueChanged" data-uid="C1.Win.DataFilter.IValueEditor.ValueChanged">
          <a class="xref" href="C1.Win.DataFilter.IValueEditor.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Value property changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
