# C1.Web.Mvc.Fluent.ListBoxBuilder-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ListBoxBuilder_1" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1" class="text-break">ListBoxBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ListBox-1.html">ListBox&lt;T&gt;</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ListBox-1.html">ListBox</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.html">ListBoxBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ListBox-1.html">ListBox</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.html">ListBoxBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ListBox-1.html">ListBox</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.html">ListBoxBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.html">ItemsBoundControlBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.ListBox-1.html">ListBox</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.html">ListBoxBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level6"><span class="xref">ListBoxBuilder&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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ListBoxBuilder&lt;T&gt; : ItemsBoundControlBuilder&lt;T, ListBox&lt;T&gt;, ListBoxBuilder&lt;T&gt;&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ListBoxBuilder(Of T)
    Inherits ItemsBoundControlBuilder(Of T, ListBox(Of T), ListBoxBuilder(Of T))
    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_Fluent_ListBoxBuilder_1__ctor_C1_Web_Mvc_ListBox__0__" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.#ctor(C1.Web.Mvc.ListBox{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1__ctor_C1_Web_Mvc_ListBox__0__">ListBoxBuilder(ListBox&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.html">ListBoxBuilder&lt;T&gt;</a> instance to configurate <code class="paramref">component</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Fluent_ListBoxBuilder_1_CaseSensitiveSearch_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.CaseSensitiveSearch(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.CaseSensitiveSearch.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_CaseSensitiveSearch_System_Boolean_">CaseSensitiveSearch(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.CaseSensitiveSearch.html#C1_Web_Mvc_ListBox_1_CaseSensitiveSearch">CaseSensitiveSearch</a>.
Sets a value that determines whether searches performed while the user types should case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedIndexes_System_Collections_Generic_IList_System_Int32__" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.CheckedIndexes(System.Collections.Generic.IList{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.CheckedIndexes.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedIndexes_System_Collections_Generic_IList_System_Int32__">CheckedIndexes(IList&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.CheckedIndexes.html#C1_Web_Mvc_ListBox_1_CheckedIndexes">CheckedIndexes</a>.
Sets a list containing the indexes of checked items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedIndexes_System_Int32___" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.CheckedIndexes(System.Int32[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.CheckedIndexes.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedIndexes_System_Int32___">CheckedIndexes(params int[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the CheckedIndexes property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedMemberPath_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.CheckedMemberPath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.CheckedMemberPath.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedMemberPath_System_String_">CheckedMemberPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.CheckedMemberPath.html#C1_Web_Mvc_ListBox_1_CheckedMemberPath">CheckedMemberPath</a>.
Sets the name of the property used to control checkboxes placed next to each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedValues_System_Collections_Generic_IEnumerable_System_Object__" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.CheckedValues(System.Collections.Generic.IEnumerable{System.Object})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.CheckedValues.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedValues_System_Collections_Generic_IEnumerable_System_Object__">CheckedValues(IEnumerable&lt;object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.CheckedValues.html#C1_Web_Mvc_ListBox_1_CheckedValues">CheckedValues</a>.
Sets a list containing the item-values that are currently checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedValues_System_Object___" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.CheckedValues(System.Object[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.CheckedValues.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_CheckedValues_System_Object___">CheckedValues(params object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the CheckedValues property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_DisplayMemberPath_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.DisplayMemberPath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.DisplayMemberPath.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_DisplayMemberPath_System_String_">DisplayMemberPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.DisplayMemberPath.html#C1_Web_Mvc_ListBox_1_DisplayMemberPath">DisplayMemberPath</a>.
Sets the name of the property to use as the visual representation of the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_IsContentHtml_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.IsContentHtml(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.IsContentHtml.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_IsContentHtml_System_Boolean_">IsContentHtml(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.IsContentHtml.html#C1_Web_Mvc_ListBox_1_IsContentHtml">IsContentHtml</a>.
Sets a value indicating whether the list displays items as plain text or as HTML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_ItemFormatter_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.ItemFormatter(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.ItemFormatter.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_ItemFormatter_System_String_">ItemFormatter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.ItemFormatter.html#C1_Web_Mvc_ListBox_1_ItemFormatter">ItemFormatter</a>.
Sets a function used to customize the values shown in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_ItemRole_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.ItemRole(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.ItemRole.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_ItemRole_System_String_">ItemRole(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.ItemRole.html#C1_Web_Mvc_ListBox_1_ItemRole">ItemRole</a>.
Sets the value of the &quot;role&quot; attribute added to the list items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_ItemTemplateContent_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.ItemTemplateContent(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.ItemTemplateContent.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_ItemTemplateContent_System_String_">ItemTemplateContent(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.ItemTemplateContent.html#C1_Web_Mvc_ListBox_1_ItemTemplateContent">ItemTemplateContent</a>.
Sets the id of the template used to generate each list item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_ItemTemplateId_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.ItemTemplateId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.ItemTemplateId.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_ItemTemplateId_System_String_">ItemTemplateId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.ItemTemplateId.html#C1_Web_Mvc_ListBox_1_ItemTemplateId">ItemTemplateId</a>.
Sets the id of the template used to generate each list item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_MaxHeight_System_Double_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.MaxHeight(System.Double)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.MaxHeight.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_MaxHeight_System_Double_">MaxHeight(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.MaxHeight.html#C1_Web_Mvc_ListBox_1_MaxHeight">MaxHeight</a>.
Sets the maximum height of the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientCheckedItemsChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.OnClientCheckedItemsChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.OnClientCheckedItemsChanged.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientCheckedItemsChanged_System_String_">OnClientCheckedItemsChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ListBox-1.OnClientCheckedItemsChanged.html#C1_Web_Mvc_ListBox_1_OnClientCheckedItemsChanged">OnClientCheckedItemsChanged</a> client event.
Occurs when the value of the @see:checkedItems property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientFormatItem_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.OnClientFormatItem(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.OnClientFormatItem.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientFormatItem_System_String_">OnClientFormatItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ListBox-1.OnClientFormatItem.html#C1_Web_Mvc_ListBox_1_OnClientFormatItem">OnClientFormatItem</a> client event.
Occurs when an element representing a list item has been created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientItemChecked_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.OnClientItemChecked(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.OnClientItemChecked.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientItemChecked_System_String_">OnClientItemChecked(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ListBox-1.OnClientItemChecked.html#C1_Web_Mvc_ListBox_1_OnClientItemChecked">OnClientItemChecked</a> client event.
Occurs when the current item is checked or unchecked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientItemsChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.OnClientItemsChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.OnClientItemsChanged.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientItemsChanged_System_String_">OnClientItemsChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ListBox-1.OnClientItemsChanged.html#C1_Web_Mvc_ListBox_1_OnClientItemsChanged">OnClientItemsChanged</a> client event.
Occurs when the list of items changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientLoadedItems_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.OnClientLoadedItems(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.OnClientLoadedItems.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientLoadedItems_System_String_">OnClientLoadedItems(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ListBox-1.OnClientLoadedItems.html#C1_Web_Mvc_ListBox_1_OnClientLoadedItems">OnClientLoadedItems</a> client event.
Occurs after the list items are generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientLoadingItems_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.OnClientLoadingItems(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.OnClientLoadingItems.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientLoadingItems_System_String_">OnClientLoadingItems(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ListBox-1.OnClientLoadingItems.html#C1_Web_Mvc_ListBox_1_OnClientLoadingItems">OnClientLoadingItems</a> client event.
Occurs before the list items are generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientSelectedIndexChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.OnClientSelectedIndexChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.OnClientSelectedIndexChanged.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_OnClientSelectedIndexChanged_System_String_">OnClientSelectedIndexChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ListBox-1.OnClientSelectedIndexChanged.html#C1_Web_Mvc_ListBox_1_OnClientSelectedIndexChanged">OnClientSelectedIndexChanged</a> client event.
Occurs when the value of the SelectedIndex property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_SelectedIndex_System_Int32_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.SelectedIndex(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.SelectedIndex.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_SelectedIndex_System_Int32_">SelectedIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.SelectedIndex.html#C1_Web_Mvc_ListBox_1_SelectedIndex">SelectedIndex</a>.
Sets the index of the currently selected item in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_SelectedItem__0_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.SelectedItem(`0)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.SelectedItem.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_SelectedItem__0_">SelectedItem(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.SelectedItem.html#C1_Web_Mvc_ListBox_1_SelectedItem">SelectedItem</a>.
Sets the item that is currently selected in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_SelectedValue_System_Object_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.SelectedValue(System.Object)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.SelectedValue.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_SelectedValue_System_Object_">SelectedValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.SelectedValue.html#C1_Web_Mvc_ListBox_1_SelectedValue">SelectedValue</a>.
Sets the value of the SelectedItem, obtained using the SelectedValuePath.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_SelectedValuePath_System_String_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.SelectedValuePath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.SelectedValuePath.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_SelectedValuePath_System_String_">SelectedValuePath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.SelectedValuePath.html#C1_Web_Mvc_ListBox_1_SelectedValuePath">SelectedValuePath</a>.
Sets the name of the property used to get the SelectedValue from the SelectedItem.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ListBoxBuilder_1_ShowGroups_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.ShowGroups(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.ShowGroups.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_ShowGroups_System_Boolean_">ShowGroups(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.ShowGroups.html#C1_Web_Mvc_ListBox_1_ShowGroups">ShowGroups</a>.
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_Fluent_ListBoxBuilder_1_VirtualizationThreshold_System_Int32_" data-uid="C1.Web.Mvc.Fluent.ListBoxBuilder`1.VirtualizationThreshold(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.VirtualizationThreshold.html#C1_Web_Mvc_Fluent_ListBoxBuilder_1_VirtualizationThreshold_System_Int32_">VirtualizationThreshold(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ListBox-1.VirtualizationThreshold.html#C1_Web_Mvc_ListBox_1_VirtualizationThreshold">VirtualizationThreshold</a>.
Sets the minimum number of rows and/or columns required to enable virtualization in the ListBox.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
