# C1.Web.Mvc.MultiSelectListBox-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_MultiSelectListBox_1" data-uid="C1.Web.Mvc.MultiSelectListBox`1" class="text-break">MultiSelectListBox&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The MultiSelectListBox control displays a list of items which may contain plain text or HTML, and allows users to select multiple items.</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"><a class="xref" href="C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.html">ItemsBoundControl</a>&lt;T&gt;</div>
    <div class="level4"><span class="xref">MultiSelectListBox&lt;T&gt;</span></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><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</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_MultiSelectListBox_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MultiSelectListBox&lt;T&gt; : ItemsBoundControl&lt;T&gt;, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MultiSelectListBox(Of T)
    Inherits ItemsBoundControl(Of T)
    Implements IHtmlContent, ITemplate</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_MultiSelectListBox_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.MultiSelectListBox`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.-ctor.html#C1_Web_Mvc_MultiSelectListBox_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">MultiSelectListBox(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.html">MultiSelectListBox&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_MultiSelectListBox_1_CaseSensitiveSearch" data-uid="C1.Web.Mvc.MultiSelectListBox`1.CaseSensitiveSearch">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.CaseSensitiveSearch.html#C1_Web_Mvc_MultiSelectListBox_1_CaseSensitiveSearch">CaseSensitiveSearch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether searches performed while the user types should case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_CheckOnFilter" data-uid="C1.Web.Mvc.MultiSelectListBox`1.CheckOnFilter">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.CheckOnFilter.html#C1_Web_Mvc_MultiSelectListBox_1_CheckOnFilter">CheckOnFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the MultiSelectListBox in the drop-down should automatically select all the filtered items when the filter text changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_CheckedMemberPath" data-uid="C1.Web.Mvc.MultiSelectListBox`1.CheckedMemberPath">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.CheckedMemberPath.html#C1_Web_Mvc_MultiSelectListBox_1_CheckedMemberPath">CheckedMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property used to control checkboxes placed next to each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_Delay" data-uid="C1.Web.Mvc.MultiSelectListBox`1.Delay">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.Delay.html#C1_Web_Mvc_MultiSelectListBox_1_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed to update the filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_DisplayMemberPath" data-uid="C1.Web.Mvc.MultiSelectListBox`1.DisplayMemberPath">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.DisplayMemberPath.html#C1_Web_Mvc_MultiSelectListBox_1_DisplayMemberPath">DisplayMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property to use as the visual representation of the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_FilterInputPlaceholder" data-uid="C1.Web.Mvc.MultiSelectListBox`1.FilterInputPlaceholder">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.FilterInputPlaceholder.html#C1_Web_Mvc_MultiSelectListBox_1_FilterInputPlaceholder">FilterInputPlaceholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string used as a placeholder for the filter input element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_IsContentHtml" data-uid="C1.Web.Mvc.MultiSelectListBox`1.IsContentHtml">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.IsContentHtml.html#C1_Web_Mvc_MultiSelectListBox_1_IsContentHtml">IsContentHtml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the list displays items as plain text or as HTML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_OnClientCheckedItemsChanged" data-uid="C1.Web.Mvc.MultiSelectListBox`1.OnClientCheckedItemsChanged">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.OnClientCheckedItemsChanged.html#C1_Web_Mvc_MultiSelectListBox_1_OnClientCheckedItemsChanged">OnClientCheckedItemsChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the @see:checkedItems property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_SelectAllLabel" data-uid="C1.Web.Mvc.MultiSelectListBox`1.SelectAllLabel">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.SelectAllLabel.html#C1_Web_Mvc_MultiSelectListBox_1_SelectAllLabel">SelectAllLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string to be used as a label for the &quot;Select All&quot; checkbox that is displayed when the ShowSelectAllCheckbox property is set to true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_SelectedIndex" data-uid="C1.Web.Mvc.MultiSelectListBox`1.SelectedIndex">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.SelectedIndex.html#C1_Web_Mvc_MultiSelectListBox_1_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the currently selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_ShowFilterInput" data-uid="C1.Web.Mvc.MultiSelectListBox`1.ShowFilterInput">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.ShowFilterInput.html#C1_Web_Mvc_MultiSelectListBox_1_ShowFilterInput">ShowFilterInput</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control should display a &quot;filter&quot; input above the items to filter the items displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_ShowGroups" data-uid="C1.Web.Mvc.MultiSelectListBox`1.ShowGroups">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.ShowGroups.html#C1_Web_Mvc_MultiSelectListBox_1_ShowGroups">ShowGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the drop-down should include group header items to delimit data groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_ShowSelectAllCheckbox" data-uid="C1.Web.Mvc.MultiSelectListBox`1.ShowSelectAllCheckbox">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.ShowSelectAllCheckbox.html#C1_Web_Mvc_MultiSelectListBox_1_ShowSelectAllCheckbox">ShowSelectAllCheckbox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control should display a &quot;Select All&quot; checkbox above the items to select or de-select all items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiSelectListBox_1_VirtualizationThreshold" data-uid="C1.Web.Mvc.MultiSelectListBox`1.VirtualizationThreshold">
          <a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.VirtualizationThreshold.html#C1_Web_Mvc_MultiSelectListBox_1_VirtualizationThreshold">VirtualizationThreshold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum number of rows and/or columns required to enable virtualization in the MultiSelectListBox.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
