# FarPoint.Web.Spread.TouchStripCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_TouchStripCollection" data-uid="FarPoint.Web.Spread.TouchStripCollection" class="text-break">TouchStripCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Spread TouchStrip collection.</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">ListBase</span>&lt;<a class="xref" href="FarPoint.Web.Spread.TouchStrip.html">TouchStrip</a>&gt;</div>
    <div class="level2"><a class="xref" href="FarPoint.Web.Spread.StateList-1.html">StateList</a>&lt;<a class="xref" href="FarPoint.Web.Spread.TouchStrip.html">TouchStrip</a>&gt;</div>
    <div class="level3"><span class="xref">TouchStripCollection</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="FarPoint.Web.Spread.TouchStrip.html">TouchStrip</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="FarPoint.Web.Spread.TouchStrip.html">TouchStrip</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.Web.Spread.TouchStrip.html">TouchStrip</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.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.istatemanager">IStateManager</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_TouchStripCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class TouchStripCollection : StateList&lt;TouchStrip&gt;, IList&lt;TouchStrip&gt;, ICollection&lt;TouchStrip&gt;, IEnumerable&lt;TouchStrip&gt;, IList, ICollection, IEnumerable, IStateManager, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class TouchStripCollection
    Inherits StateList(Of TouchStrip)
    Implements IList(Of TouchStrip), ICollection(Of TouchStrip), IEnumerable(Of TouchStrip), IList, ICollection, IEnumerable, IStateManager, ISerializeSupport</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="FarPoint_Web_Spread_TouchStripCollection_Count" data-uid="FarPoint.Web.Spread.TouchStripCollection.Count">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripCollection.Count.html#FarPoint_Web_Spread_TouchStripCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchStripCollection_Item_FarPoint_Web_Spread_TouchStripShowingArea_" data-uid="FarPoint.Web.Spread.TouchStripCollection.Item(FarPoint.Web.Spread.TouchStripShowingArea)">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripCollection.Item.html#FarPoint_Web_Spread_TouchStripCollection_Item_FarPoint_Web_Spread_TouchStripShowingArea_">this[TouchStripShowingArea]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Web.Spread.TouchStrip.html">TouchStrip</a> with the specified area.</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_Web_Spread_TouchStripCollection_GetEnumerator" data-uid="FarPoint.Web.Spread.TouchStripCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripCollection.GetEnumerator.html#FarPoint_Web_Spread_TouchStripCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through the <a class="xref" href="FarPoint.Web.Spread.TouchStripCollection.html">TouchStripCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchStripCollection_LoadViewState_System_Object_" data-uid="FarPoint.Web.Spread.TouchStripCollection.LoadViewState(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripCollection.LoadViewState.html#FarPoint_Web_Spread_TouchStripCollection_LoadViewState_System_Object_">LoadViewState(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the state of the view.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchStripCollection_SaveViewState" data-uid="FarPoint.Web.Spread.TouchStripCollection.SaveViewState">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripCollection.SaveViewState.html#FarPoint_Web_Spread_TouchStripCollection_SaveViewState">SaveViewState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the state of the view.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
