# C1.Win.ExpressionEditor.ExpressionEditorCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_ExpressionEditor_ExpressionEditorCollection" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection" class="text-break">ExpressionEditorCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="C1.Win.ExpressionEditor.C1ExpressionEditor.html">C1ExpressionEditor</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">ExpressionEditorCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.iextenderprovider">IExtenderProvider</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.ExpressionEditor.html">C1.Win.ExpressionEditor</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.ExpressionEditor.4.8.dll</h6>
  <h5 id="C1_Win_ExpressionEditor_ExpressionEditorCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(ExpressionEditorCollection), &quot;C1ExpressionEditor.png&quot;)]
public class ExpressionEditorCollection : Component, IComponent, IDisposable, IEnumerable, IExtenderProvider, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(ExpressionEditorCollection), &quot;C1ExpressionEditor.png&quot;)&gt;
Public Class ExpressionEditorCollection
    Inherits Component
    Implements IComponent, IDisposable, IEnumerable, IExtenderProvider, INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection__ctor" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.#ctor">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.-ctor.html#C1_Win_ExpressionEditor_ExpressionEditorCollection__ctor">ExpressionEditorCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.html">ExpressionEditorCollection</a> control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_ExpressionEditor_ExpressionEditorCollection_Columns" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Columns">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Columns.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets list of column names.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_DataMember" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.DataMember">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.DataMember.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets DataMember for data source of ExpressionEditor in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_DataSource" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.DataSource">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.DataSource.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source with which ExpressionEditor will work.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_IntelliAutoCompletionEnabled" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.IntelliAutoCompletionEnabled">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.IntelliAutoCompletionEnabled.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_IntelliAutoCompletionEnabled">IntelliAutoCompletionEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the IntelliAutoCompletion is enabled or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_IntelliDescriptionEnabled" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.IntelliDescriptionEnabled">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.IntelliDescriptionEnabled.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_IntelliDescriptionEnabled">IntelliDescriptionEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the IntelliDescription is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_IntelliErrorsEnabled" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.IntelliErrorsEnabled">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.IntelliErrorsEnabled.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_IntelliErrorsEnabled">IntelliErrorsEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the IntelliErrors is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_IntelliSyntaxHighlightingEnabled" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.IntelliSyntaxHighlightingEnabled">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.IntelliSyntaxHighlightingEnabled.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_IntelliSyntaxHighlightingEnabled">IntelliSyntaxHighlightingEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the IntelliSyntaxHighlighting is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_Item_System_String_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Item(System.String)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Item.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item with specified name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_ItemContext" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.ItemContext">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.ItemContext.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_ItemContext">ItemContext</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object used as the context for evaluating an expression.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_ShowErrorBox" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.ShowErrorBox">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.ShowErrorBox.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_ShowErrorBox">ShowErrorBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to show error box under the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_SyntaxHighlighting" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.SyntaxHighlighting">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.SyntaxHighlighting.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_SyntaxHighlighting">SyntaxHighlighting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to highlight syntax.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_UnderlineErrors" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.UnderlineErrors">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.UnderlineErrors.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_UnderlineErrors">UnderlineErrors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to underline errors.</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_ExpressionEditor_ExpressionEditorCollection_Add_System_String_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Add(System.String)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Add.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds new <a class="xref" href="C1.Win.ExpressionEditor.C1ExpressionEditor.html">C1ExpressionEditor</a> object into collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_AddAlias_System_String_System_String_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.AddAlias(System.String,System.String)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.AddAlias.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_AddAlias_System_String_System_String_">AddAlias(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an alias for a field from DataSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_AddFunction_System_Collections_Generic_List_C1_ExpressionEditor_Engine_ExpressionItem__System_Func_System_Collections_Generic_List_System_Object__System_Object__System_Int32_System_Int32_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.AddFunction(System.Collections.Generic.List{C1.ExpressionEditor.Engine.ExpressionItem},System.Func{System.Collections.Generic.List{System.Object},System.Object},System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.AddFunction.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_AddFunction_System_Collections_Generic_List_C1_ExpressionEditor_Engine_ExpressionItem__System_Func_System_Collections_Generic_List_System_Object__System_Object__System_Int32_System_Int32_">AddFunction(List&lt;ExpressionItem&gt;, Func&lt;List&lt;object&gt;, object&gt;, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Added a custom function to engine of C1ExpressionEditor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_Clear" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Clear">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Clear.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clear the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_Contains_System_String_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Contains(System.String)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Contains.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Contains_System_String_">Contains(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.html">ExpressionEditorCollection</a> contains <a class="xref" href="C1.Win.ExpressionEditor.C1ExpressionEditor.html">C1ExpressionEditor</a>
object associated with the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_Dispose_System_Boolean_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Dispose.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_Evaluate_System_String_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Evaluate(System.String)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Evaluate.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Evaluate_System_String_">Evaluate(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluate expressions of all <a class="xref" href="C1.Win.ExpressionEditor.C1ExpressionEditor.html">C1ExpressionEditor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_GetEnumerator" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.GetEnumerator">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.GetEnumerator.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_GetExpressionEditorCollection_System_Object_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.GetExpressionEditorCollection(System.Object)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.GetExpressionEditorCollection.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_GetExpressionEditorCollection_System_Object_">GetExpressionEditorCollection(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.html">ExpressionEditorCollection</a> associated with specified object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_OnExpressionChanged_C1_Win_ExpressionEditor_ExpressionEditorCollection_ExpressionCollectionEventArgs_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.OnExpressionChanged(C1.Win.ExpressionEditor.ExpressionEditorCollection.ExpressionCollectionEventArgs)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.OnExpressionChanged.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_OnExpressionChanged_C1_Win_ExpressionEditor_ExpressionEditorCollection_ExpressionCollectionEventArgs_">OnExpressionChanged(ExpressionCollectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Rises the <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.ExpressionChanged.html">ExpressionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_OnPropertyChanged_System_String_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.OnPropertyChanged.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Rises the <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_OpenExpressionEditorForm_System_String_System_String_System_Boolean_System_Nullable_System_Drawing_Point__" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.OpenExpressionEditorForm(System.String,System.String,System.Boolean,System.Nullable{System.Drawing.Point})">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.OpenExpressionEditorForm.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_OpenExpressionEditorForm_System_String_System_String_System_Boolean_System_Nullable_System_Drawing_Point__">OpenExpressionEditorForm(string, string, bool, Point?)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens ExpressionEditorForm to edit expression of C1ExpressionEditor with specified column name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_Remove_System_String_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Remove(System.String)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Remove.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Remove_System_String_">Remove(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes <a class="xref" href="C1.Win.ExpressionEditor.C1ExpressionEditor.html">C1ExpressionEditor</a> object associated with the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_Rename_System_String_System_String_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Rename(System.String,System.String)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Rename.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Rename_System_String_System_String_">Rename(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Rename column associated with some of <a class="xref" href="C1.Win.ExpressionEditor.C1ExpressionEditor.html">C1ExpressionEditor</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_Reset" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Reset">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Reset.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets properties to it default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_SetCustomEngine_C1_ExpressionEditor_Engine_IEngine_C1_ExpressionEditor_Engine_IExpressionLexer_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.SetCustomEngine(C1.ExpressionEditor.Engine.IEngine,C1.ExpressionEditor.Engine.IExpressionLexer)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.SetCustomEngine.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_SetCustomEngine_C1_ExpressionEditor_Engine_IEngine_C1_ExpressionEditor_Engine_IExpressionLexer_">SetCustomEngine(IEngine, IExpressionLexer)</a>
        </td>
        <td class="markdown level1 summary"><p>Set a custom engine to the expression editors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_SetExpressionEditorCollection_System_Object_C1_Win_ExpressionEditor_ExpressionEditorCollection_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.SetExpressionEditorCollection(System.Object,C1.Win.ExpressionEditor.ExpressionEditorCollection)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.SetExpressionEditorCollection.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_SetExpressionEditorCollection_System_Object_C1_Win_ExpressionEditor_ExpressionEditorCollection_">SetExpressionEditorCollection(object, ExpressionEditorCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.html">ExpressionEditorCollection</a> associated with specified object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_ShowAboutBox" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.ShowAboutBox">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.ShowAboutBox.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_ShowAboutBox">ShowAboutBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the About Box for an instance of C1ExpressionEditor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_Update_System_String_System_String_" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.Update(System.String,System.String)">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.Update.html#C1_Win_ExpressionEditor_ExpressionEditorCollection_Update_System_String_System_String_">Update(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the expression for the specified column. Adds new <a class="xref" href="C1.Win.ExpressionEditor.C1ExpressionEditor.html">C1ExpressionEditor</a>
object into collection if needed.</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_ExpressionEditor_ExpressionEditorCollection_ExpressionChanged" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.ExpressionChanged">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.ExpressionChanged.html">ExpressionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when expression string of any item changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_ExpressionEditorCollection_PropertyChanged" data-uid="C1.Win.ExpressionEditor.ExpressionEditorCollection.PropertyChanged">
          <a class="xref" href="C1.Win.ExpressionEditor.ExpressionEditorCollection.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
