# FarPoint.Win.Spread.FilterItemValueCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_FilterItemValueCollection" data-uid="FarPoint.Win.Spread.FilterItemValueCollection" class="text-break">FilterItemValueCollection Class
</h1>
  <div class="markdown level0 summary"><p>Provides a ValueFilterItemCollection object used as a collection of alternative ValueFilterItem elements.</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"><span class="xref">FilterItemValueCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="FarPoint.Win.Spread.FilterItemValue.html">FilterItemValue</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="FarPoint.Win.Spread.FilterItemValue.html">FilterItemValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_FilterItemValueCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FilterItemValueCollection : ICollection&lt;FilterItemValue&gt;, IEnumerable&lt;FilterItemValue&gt;, IEnumerable, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FilterItemValueCollection
    Implements ICollection(Of FilterItemValue), IEnumerable(Of FilterItemValue), IEnumerable, ISerializeSupport</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="FarPoint_Win_Spread_FilterItemValueCollection__ctor" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.-ctor.html#FarPoint_Win_Spread_FilterItemValueCollection__ctor">FilterItemValueCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a ValueFilterItemCollection instance.</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="FarPoint_Win_Spread_FilterItemValueCollection_Count" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.Count">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.Count.html#FarPoint_Win_Spread_FilterItemValueCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements actually contained in the collection.</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="FarPoint_Win_Spread_FilterItemValueCollection_Add_FarPoint_Win_Spread_FilterItemValue_" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.Add(FarPoint.Win.Spread.FilterItemValue)">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.Add.html#FarPoint_Win_Spread_FilterItemValueCollection_Add_FarPoint_Win_Spread_FilterItemValue_">Add(FilterItemValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a ValueFilterItem object to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterItemValueCollection_Clear" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.Clear">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.Clear.html#FarPoint_Win_Spread_FilterItemValueCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all elements from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterItemValueCollection_Contains_FarPoint_Win_Spread_FilterItemValue_" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.Contains(FarPoint.Win.Spread.FilterItemValue)">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.Contains.html#FarPoint_Win_Spread_FilterItemValueCollection_Contains_FarPoint_Win_Spread_FilterItemValue_">Contains(FilterItemValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a ValueFilterItem element is in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterItemValueCollection_CopyTo_FarPoint_Win_Spread_FilterItemValue___System_Int32_" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.CopyTo(FarPoint.Win.Spread.FilterItemValue[],System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.CopyTo.html#FarPoint_Win_Spread_FilterItemValueCollection_CopyTo_FarPoint_Win_Spread_FilterItemValue___System_Int32_">CopyTo(FilterItemValue[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterItemValueCollection_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.Deserialize.html#FarPoint_Win_Spread_FilterItemValueCollection_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterItemValueCollection_GetEnumerator" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.GetEnumerator.html#FarPoint_Win_Spread_FilterItemValueCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterItemValueCollection_Remove_FarPoint_Win_Spread_FilterItemValue_" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.Remove(FarPoint.Win.Spread.FilterItemValue)">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.Remove.html#FarPoint_Win_Spread_FilterItemValueCollection_Remove_FarPoint_Win_Spread_FilterItemValue_">Remove(FilterItemValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterItemValueCollection_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.FilterItemValueCollection.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.FilterItemValueCollection.Serialize.html#FarPoint_Win_Spread_FilterItemValueCollection_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
