# C1.Win.FlexGrid.IConditionValueEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_IConditionValueEditor" data-uid="C1.Win.FlexGrid.IConditionValueEditor" class="text-break">IConditionValueEditor Interface
</h1>
  <div class="markdown level0 summary"><p>Defines a value editor of filter condition.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_IConditionValueEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IConditionValueEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IConditionValueEditor</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_FlexGrid_IConditionValueEditor_IsDroppedDown" data-uid="C1.Win.FlexGrid.IConditionValueEditor.IsDroppedDown">
          <a class="xref" href="C1.Win.FlexGrid.IConditionValueEditor.IsDroppedDown.html#C1_Win_FlexGrid_IConditionValueEditor_IsDroppedDown">IsDroppedDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines whether the editor's modal form is open or not.</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_FlexGrid_IConditionValueEditor_GetValue" data-uid="C1.Win.FlexGrid.IConditionValueEditor.GetValue">
          <a class="xref" href="C1.Win.FlexGrid.IConditionValueEditor.GetValue.html#C1_Win_FlexGrid_IConditionValueEditor_GetValue">GetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value of editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_IConditionValueEditor_SetValue_System_Object_" data-uid="C1.Win.FlexGrid.IConditionValueEditor.SetValue(System.Object)">
          <a class="xref" href="C1.Win.FlexGrid.IConditionValueEditor.SetValue.html#C1_Win_FlexGrid_IConditionValueEditor_SetValue_System_Object_">SetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a value to editor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
