# GrapeCity.Wpf.SpreadSheet.CellType.Editors.ConditionCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ConditionCollection" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ConditionCollection" class="text-break">ConditionCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorCondition.html">SelectorCondition</a>.</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.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorCondition.html">SelectorCondition</a>&gt;</div>
    <div class="level2"><span class="xref">ConditionCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorCondition.html">SelectorCondition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorCondition.html">SelectorCondition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorCondition.html">SelectorCondition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorCondition.html">SelectorCondition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorCondition.html">SelectorCondition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ConditionCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ConditionCollection : Collection&lt;SelectorCondition&gt;, IList&lt;SelectorCondition&gt;, ICollection&lt;SelectorCondition&gt;, IList, ICollection, IReadOnlyList&lt;SelectorCondition&gt;, IReadOnlyCollection&lt;SelectorCondition&gt;, IEnumerable&lt;SelectorCondition&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ConditionCollection
    Inherits Collection(Of SelectorCondition)
    Implements IList(Of SelectorCondition), ICollection(Of SelectorCondition), IList, ICollection, IReadOnlyList(Of SelectorCondition), IReadOnlyCollection(Of SelectorCondition), IEnumerable(Of SelectorCondition), IEnumerable</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ConditionCollection__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ConditionCollection.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ConditionCollection.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ConditionCollection__ctor">ConditionCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ConditionCollection.html">ConditionCollection</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
