# GrapeCity.Spreadsheet.Slicers.SlicerItemState

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Slicers_SlicerItemState" data-uid="GrapeCity.Spreadsheet.Slicers.SlicerItemState" class="text-break">SlicerItemState Enum
</h1>
  <div class="markdown level0 summary"><p>Represent state of an slicer item</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Slicers.html">GrapeCity.Spreadsheet.Slicers</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Slicers_SlicerItemState_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum SlicerItemState</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum SlicerItemState</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="GrapeCity_Spreadsheet_Slicers_SlicerItemState_Data">Data</td>
        <td><p>Represents the Data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_SlicerItemState_Focus">Focus</td>
        <td><p>Represents the focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_SlicerItemState_Hover">Hover</td>
        <td><p>Represents the hover.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_SlicerItemState_None">None</td>
        <td><p>Represents no state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_SlicerItemState_Selected">Selected</td>
        <td><p>Represents the selected.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
