# FarPoint.Win.Spread.SortState

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_SortState" data-uid="FarPoint.Win.Spread.SortState" class="text-break">SortState Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the sorting state for the current column
so the column renderer knows which sorting image to draw.</p>
</div>
  <div class="markdown level0 conceptual"></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_SortState_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SortState</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SortState</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_Win_Spread_SortState_Ascending">Ascending</td>
        <td><p>Sorted in ascending order.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SortState_AscendingDisabled">AscendingDisabled</td>
        <td><p>Sorted in ascending order, and the control is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SortState_Descending">Descending</td>
        <td><p>Sorted in descending order.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SortState_DescendingDisabled">DescendingDisabled</td>
        <td><p>Sorted in descending order, and the control is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SortState_None">None</td>
        <td><p>Sorting is not enabled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SortState_Unsorted">Unsorted</td>
        <td><p>Sorting is available, but not currently in use.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SortState_UnsortedDisabled">UnsortedDisabled</td>
        <td><p>Sorting is not enabled, and the control is disabled.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
