# C1.Web.Mvc.SelectorBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_SelectorBase_1" data-uid="C1.Web.Mvc.SelectorBase`1" class="text-break">SelectorBase&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Define an extender as base for selector.</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"><a class="xref" href="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><span class="xref">Extender</span></div>
    <div class="level3"><span class="xref">SelectorBase&lt;T&gt;</span></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.BooleanChecker-1.html">BooleanChecker&lt;T&gt;</a></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Selector-1.html">Selector&lt;T&gt;</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_SelectorBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SelectorBase&lt;T&gt; : Extender, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SelectorBase(Of T)
    Inherits Extender
    Implements IHtmlContent</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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="C1_Web_Mvc_SelectorBase_1__ctor_C1_Web_Mvc_FlexGridBase__0__" data-uid="C1.Web.Mvc.SelectorBase`1.#ctor(C1.Web.Mvc.FlexGridBase{`0})">
          <a class="xref" href="C1.Web.Mvc.SelectorBase-1.-ctor.html#C1_Web_Mvc_SelectorBase_1__ctor_C1_Web_Mvc_FlexGridBase__0__">SelectorBase(FlexGridBase&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.SelectorBase-1.html">SelectorBase&lt;T&gt;</a> instance.</p>
</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="C1_Web_Mvc_SelectorBase_1_AriaLabel" data-uid="C1.Web.Mvc.SelectorBase`1.AriaLabel">
          <a class="xref" href="C1.Web.Mvc.SelectorBase-1.AriaLabel.html#C1_Web_Mvc_SelectorBase_1_AriaLabel">AriaLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the  aria label property of selector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_SelectorBase_1_Column" data-uid="C1.Web.Mvc.SelectorBase`1.Column">
          <a class="xref" href="C1.Web.Mvc.SelectorBase-1.Column.html#C1_Web_Mvc_SelectorBase_1_Column">Column</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_SelectorBase_1_OnClientColumnChanged" data-uid="C1.Web.Mvc.SelectorBase`1.OnClientColumnChanged">
          <a class="xref" href="C1.Web.Mvc.SelectorBase-1.OnClientColumnChanged.html#C1_Web_Mvc_SelectorBase_1_OnClientColumnChanged">OnClientColumnChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the value of the column property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_SelectorBase_1_OnClientColumnChanging" data-uid="C1.Web.Mvc.SelectorBase`1.OnClientColumnChanging">
          <a class="xref" href="C1.Web.Mvc.SelectorBase-1.OnClientColumnChanging.html#C1_Web_Mvc_SelectorBase_1_OnClientColumnChanging">OnClientColumnChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the value of the column property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_SelectorBase_1_OnClientItemChecked" data-uid="C1.Web.Mvc.SelectorBase`1.OnClientItemChecked">
          <a class="xref" href="C1.Web.Mvc.SelectorBase-1.OnClientItemChecked.html#C1_Web_Mvc_SelectorBase_1_OnClientItemChecked">OnClientItemChecked</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user checks an item on this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_SelectorBase_1_ShowCheckAll" data-uid="C1.Web.Mvc.SelectorBase`1.ShowCheckAll">
          <a class="xref" href="C1.Web.Mvc.SelectorBase-1.ShowCheckAll.html#C1_Web_Mvc_SelectorBase_1_ShowCheckAll">ShowCheckAll</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show a 'Check All' items checkbox on the column header.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
