# GrapeCity.Documents.Excel.Forms.SelectorItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_SelectorItem" data-uid="GrapeCity.Documents.Excel.Forms.SelectorItem" class="text-break">SelectorItem Class
</h1>
  <div class="markdown level0 summary"><p>Provides a base class for item types in a selection control.</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">SelectorItem</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Excel.Forms.DropDownItem.html">DropDownItem</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Excel.Forms.ListBoxItem.html">ListBoxItem</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Forms.html">GrapeCity.Documents.Excel.Forms</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Forms_SelectorItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SelectorItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SelectorItem</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_SelectorItem__ctor" data-uid="GrapeCity.Documents.Excel.Forms.SelectorItem.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.SelectorItem.-ctor.html#GrapeCity_Documents_Excel_Forms_SelectorItem__ctor">SelectorItem()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_Documents_Excel_Forms_SelectorItem_Value" data-uid="GrapeCity.Documents.Excel.Forms.SelectorItem.Value">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.SelectorItem.Value.html#GrapeCity_Documents_Excel_Forms_SelectorItem_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>The content of this item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
