# FarPoint.Win.Spread.RowSelectorState

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_RowSelectorState" data-uid="FarPoint.Win.Spread.RowSelectorState" class="text-break">RowSelectorState Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the state of the row header selector for the current selected row,
so the row renderer knows which row header selector 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_RowSelectorState_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RowSelectorState</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RowSelectorState</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_RowSelectorState_Active">Active</td>
        <td><p>The row header selector is enabled, and currently in use for the row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowSelectorState_Disabled">Disabled</td>
        <td><p>The row header selector is enabled, but the Spread control is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowSelectorState_Editing">Editing</td>
        <td><p>The row header selector is enabled, but the Spread control is in edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowSelectorState_None">None</td>
        <td><p>The row header selector is not enabled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowSelectorState_Unused">Unused</td>
        <td><p>The row header selector is enabled, but not currently in use for the row.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
