# C1.WPF.FlexGrid.IEditValueConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_IEditValueConverter" data-uid="C1.WPF.FlexGrid.IEditValueConverter" class="text-break">IEditValueConverter Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that extends <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter">IValueConverter</a> to provide editing information.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_IEditValueConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IEditValueConverter : IValueConverter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IEditValueConverter
    Inherits IValueConverter</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_WPF_FlexGrid_IEditValueConverter_Exclusive" data-uid="C1.WPF.FlexGrid.IEditValueConverter.Exclusive">
          <a class="xref" href="C1.WPF.FlexGrid.IEditValueConverter.Exclusive.html#C1_WPF_FlexGrid_IEditValueConverter_Exclusive">Exclusive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines whether the editor should only allow values present
in the <a class="xref" href="C1.WPF.FlexGrid.IEditValueConverter.Values.html#C1_WPF_FlexGrid_IEditValueConverter_Values">Values</a> list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_IEditValueConverter_Values" data-uid="C1.WPF.FlexGrid.IEditValueConverter.Values">
          <a class="xref" href="C1.WPF.FlexGrid.IEditValueConverter.Values.html#C1_WPF_FlexGrid_IEditValueConverter_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of values that should be displayed by the editor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
