# FarPoint.Web.Spread.SpreadImages

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_SpreadImages" data-uid="FarPoint.Web.Spread.SpreadImages" class="text-break">SpreadImages Enum
</h1>
  <div class="markdown level0 summary"><p>Represents identifiers for custom images in the component.</p>
</div>
  <div class="markdown level0 conceptual"></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_SpreadImages_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SpreadImages</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SpreadImages</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_Collapse">Collapse</td>
        <td><p>Specifies the identifier for the image for the collapse icon in hierarchical displays in the component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_Expand">Expand</td>
        <td><p>Specifies the identifier for the image for the expand icon in hierarchical displays in the component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_FilterBarEditingIndicator">FilterBarEditingIndicator</td>
        <td><p>Specifies the image for the filter bar indicator when editing a filter.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_FilteredDropDownIndicator">FilteredDropDownIndicator</td>
        <td><p>Specifies the image for the filtered drop down indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_FilteredSortAscendingDropDownIndicator">FilteredSortAscendingDropDownIndicator</td>
        <td><p>Specifies the image for the filtered drop down indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_FilteredSortDescendingDropDownIndicator">FilteredSortDescendingDropDownIndicator</td>
        <td><p>Specifies the image for the filtered drop down indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_FrozenIndicator">FrozenIndicator</td>
        <td><p>Specifies the identifier for the image for the frozen indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_SortAscending">SortAscending</td>
        <td><p>Specifies the identifier for the image for the sort indicator (for ascending sorts) in the component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_SortDescending">SortDescending</td>
        <td><p>Specifies the identifier for the image for the sort indicator (for descending sorts) in the component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImages_UnfilteredDropDownIndicator">UnfilteredDropDownIndicator</td>
        <td><p>Specifies the image for the unfiltered drop down indicator.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
