# C1.WPF.ExpressionEditor.ISupportExpressions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ExpressionEditor_ISupportExpressions" data-uid="C1.WPF.ExpressionEditor.ISupportExpressions" class="text-break">ISupportExpressions Interface
</h1>
  <div class="markdown level0 summary"><p>Supports integrates with controls.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ExpressionEditor.html">C1.WPF.ExpressionEditor</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ExpressionEditor.4.6.2.dll</h6>
  <h5 id="C1_WPF_ExpressionEditor_ISupportExpressions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISupportExpressions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISupportExpressions</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_ExpressionEditor_ISupportExpressions_ExpressionEditors" data-uid="C1.WPF.ExpressionEditor.ISupportExpressions.ExpressionEditors">
          <a class="xref" href="C1.WPF.ExpressionEditor.ISupportExpressions.ExpressionEditors.html#C1_WPF_ExpressionEditor_ISupportExpressions_ExpressionEditors">ExpressionEditors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of the expression editor</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_ISupportExpressions_ItemsSource" data-uid="C1.WPF.ExpressionEditor.ISupportExpressions.ItemsSource">
          <a class="xref" href="C1.WPF.ExpressionEditor.ISupportExpressions.ItemsSource.html#C1_WPF_ExpressionEditor_ISupportExpressions_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a collection that is used to generate the content of the control.</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_WPF_ExpressionEditor_ISupportExpressions_SetCellValue_System_Int32_System_String_System_Object_" data-uid="C1.WPF.ExpressionEditor.ISupportExpressions.SetCellValue(System.Int32,System.String,System.Object)">
          <a class="xref" href="C1.WPF.ExpressionEditor.ISupportExpressions.SetCellValue.html#C1_WPF_ExpressionEditor_ISupportExpressions_SetCellValue_System_Int32_System_String_System_Object_">SetCellValue(int, string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Set the value of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
