# C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3" class="text-break">ComboBoxBaseBuilder&lt;T, TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.html">ComboBoxBase&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;TControl, TBuilder&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.html">ItemsBoundControlBuilder</a>&lt;T, TControl, TBuilder&gt;</div>
    <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.DropDownBuilder-3.html">DropDownBuilder</a>&lt;T, TControl, TBuilder&gt;</div>
    <div class="level7"><span class="xref">ComboBoxBaseBuilder&lt;T, TControl, TBuilder&gt;</span></div>
      <div class="level8"><a class="xref" href="C1.Web.Mvc.Fluent.AutoCompleteBaseBuilder-3.html">AutoCompleteBaseBuilder&lt;T, TControl, TBuilder&gt;</a></div>
      <div class="level8"><a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBuilder-1.html">ComboBoxBuilder&lt;T&gt;</a></div>
      <div class="level8"><a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.html">InputTimeBuilder&lt;T&gt;</a></div>
      <div class="level8"><a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.html">MenuBaseBuilder&lt;T, TControl, TBuilder&gt;</a></div>
      <div class="level8"><a class="xref" href="C1.Web.Mvc.Fluent.MultiSelectBuilder-1.html">MultiSelectBuilder&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.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ComboBoxBaseBuilder&lt;T, TControl, TBuilder&gt; : DropDownBuilder&lt;T, TControl, TBuilder&gt;, IHtmlContent where TControl : ComboBoxBase&lt;T&gt; where TBuilder : ComboBoxBaseBuilder&lt;T, TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ComboBoxBaseBuilder(Of T, TControl As ComboBoxBase(Of T), TBuilder As ComboBoxBaseBuilder(Of T, TControl, TBuilder))
    Inherits DropDownBuilder(Of T, TControl, TBuilder)
    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>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</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_ComboBoxBaseBuilder_3__ctor__1_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.#ctor(`1)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.-ctor.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3__ctor__1_">ComboBoxBaseBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.html">ComboBoxBaseBuilder&lt;T, TControl, TBuilder&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_ComboBoxBaseBuilder_3_AriaLabelledBy_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.AriaLabelledBy(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.AriaLabelledBy.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_AriaLabelledBy_System_String_">AriaLabelledBy(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.AriaLabelledBy.html#C1_Web_Mvc_ComboBoxBase_1_AriaLabelledBy">AriaLabelledBy</a>.
Sets the aria-labelledby attribute of input element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_CaseSensitiveSearch_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.CaseSensitiveSearch(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.CaseSensitiveSearch.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_CaseSensitiveSearch_System_Boolean_">CaseSensitiveSearch(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.CaseSensitiveSearch.html#C1_Web_Mvc_ComboBoxBase_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_ComboBoxBaseBuilder_3_DisplayMemberPath_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.DisplayMemberPath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.DisplayMemberPath.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_DisplayMemberPath_System_String_">DisplayMemberPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.DisplayMemberPath.html#C1_Web_Mvc_ComboBoxBase_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_ComboBoxBaseBuilder_3_HandleWheel_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.HandleWheel(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.HandleWheel.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_HandleWheel_System_Boolean_">HandleWheel(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.HandleWheel.html#C1_Web_Mvc_ComboBoxBase_1_HandleWheel">HandleWheel</a>.
Sets a value that determines whether the user can use the mouse wheel to change the currently selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_HeaderPath_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.HeaderPath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.HeaderPath.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_HeaderPath_System_String_">HeaderPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.HeaderPath.html#C1_Web_Mvc_ComboBoxBase_1_HeaderPath">HeaderPath</a>.
Sets the name of a property to use for getting the value displayed in the control's input element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_IsContentHtml_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.IsContentHtml(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.IsContentHtml.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_IsContentHtml_System_Boolean_">IsContentHtml(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.IsContentHtml.html#C1_Web_Mvc_ComboBoxBase_1_IsContentHtml">IsContentHtml</a>.
Sets a value indicating whether the drop-down list displays items as plain text or as HTML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_IsEditable_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.IsEditable(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.IsEditable.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_IsEditable_System_Boolean_">IsEditable(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.IsEditable.html#C1_Web_Mvc_ComboBoxBase_1_IsEditable">IsEditable</a>.
Sets a value that enables or disables editing of the text in the input element of the ComboBox (defaults to false).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_IsRequired_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.IsRequired(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.IsRequired.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_IsRequired_System_Boolean_">IsRequired(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.IsRequired.html#C1_Web_Mvc_ComboBoxBase_1_IsRequired">IsRequired</a>.
Sets a value that determines whether the control value must be set to a non-null value or whether it can be set to null (by deleting the content of the control).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_ItemFormatter_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.ItemFormatter(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.ItemFormatter.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_ItemFormatter_System_String_">ItemFormatter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.ItemFormatter.html#C1_Web_Mvc_ComboBoxBase_1_ItemFormatter">ItemFormatter</a>.
Sets a function used to customize the values shown in the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_ItemTemplateContent_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.ItemTemplateContent(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.ItemTemplateContent.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_ItemTemplateContent_System_String_">ItemTemplateContent(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.ItemTemplateContent.html#C1_Web_Mvc_ComboBoxBase_1_ItemTemplateContent">ItemTemplateContent</a>.
Sets the content of the template used to generate each list item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_ItemTemplateId_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.ItemTemplateId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.ItemTemplateId.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_ItemTemplateId_System_String_">ItemTemplateId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.ItemTemplateId.html#C1_Web_Mvc_ComboBoxBase_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_ComboBoxBaseBuilder_3_KeyActionDownArrow_C1_Web_Mvc_InputKeyAction_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.KeyActionDownArrow(C1.Web.Mvc.InputKeyAction)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.KeyActionDownArrow.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_KeyActionDownArrow_C1_Web_Mvc_InputKeyAction_">KeyActionDownArrow(InputKeyAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.KeyActionDownArrow.html#C1_Web_Mvc_ComboBoxBase_1_KeyActionDownArrow">KeyActionDownArrow</a>.
Sets the action to perform when the DOWN ARROW key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_KeyActionPrintCharacters_C1_Web_Mvc_InputKeyAction_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.KeyActionPrintCharacters(C1.Web.Mvc.InputKeyAction)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.KeyActionPrintCharacters.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_KeyActionPrintCharacters_C1_Web_Mvc_InputKeyAction_">KeyActionPrintCharacters(InputKeyAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.KeyActionPrintCharacters.html#C1_Web_Mvc_ComboBoxBase_1_KeyActionPrintCharacters">KeyActionPrintCharacters</a>.
Sets the action to perform when printable character keys are pressed (letters, numbers, symbols).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_KeyActionTab_C1_Web_Mvc_TabKeyAction_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.KeyActionTab(C1.Web.Mvc.TabKeyAction)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.KeyActionTab.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_KeyActionTab_C1_Web_Mvc_TabKeyAction_">KeyActionTab(TabKeyAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.KeyActionTab.html#C1_Web_Mvc_ComboBoxBase_1_KeyActionTab">KeyActionTab</a>.
Sets the action to perform when the TAB key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_KeyActionUpArrow_C1_Web_Mvc_InputKeyAction_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.KeyActionUpArrow(C1.Web.Mvc.InputKeyAction)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.KeyActionUpArrow.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_KeyActionUpArrow_C1_Web_Mvc_InputKeyAction_">KeyActionUpArrow(InputKeyAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.KeyActionUpArrow.html#C1_Web_Mvc_ComboBoxBase_1_KeyActionUpArrow">KeyActionUpArrow</a>.
Sets the action to perform when the UP ARROW key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_MaxDropDownHeight_System_Double_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.MaxDropDownHeight(System.Double)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.MaxDropDownHeight.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_MaxDropDownHeight_System_Double_">MaxDropDownHeight(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.MaxDropDownHeight.html#C1_Web_Mvc_ComboBoxBase_1_MaxDropDownHeight">MaxDropDownHeight</a>.
Sets the maximum height of the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_MaxDropDownWidth_System_Double_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.MaxDropDownWidth(System.Double)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.MaxDropDownWidth.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_MaxDropDownWidth_System_Double_">MaxDropDownWidth(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.MaxDropDownWidth.html#C1_Web_Mvc_ComboBoxBase_1_MaxDropDownWidth">MaxDropDownWidth</a>.
Sets the maximum width of the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_OnClientFormatItem_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.OnClientFormatItem(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.OnClientFormatItem.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_OnClientFormatItem_System_String_">OnClientFormatItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.OnClientFormatItem.html#C1_Web_Mvc_ComboBoxBase_1_OnClientFormatItem">OnClientFormatItem</a> client event.
Event that fires when items in the drop-down list are created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_OnClientItemsSourceChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.OnClientItemsSourceChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.OnClientItemsSourceChanged.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_OnClientItemsSourceChanged_System_String_">OnClientItemsSourceChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.OnClientItemsSourceChanged.html#C1_Web_Mvc_ComboBoxBase_1_OnClientItemsSourceChanged">OnClientItemsSourceChanged</a> client event.
Occurs when the value of the itemsSource property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_OnClientSelectedIndexChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.OnClientSelectedIndexChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.OnClientSelectedIndexChanged.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_OnClientSelectedIndexChanged_System_String_">OnClientSelectedIndexChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.OnClientSelectedIndexChanged.html#C1_Web_Mvc_ComboBoxBase_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_ComboBoxBaseBuilder_3_SelectedIndex_System_Int32_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.SelectedIndex(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.SelectedIndex.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_SelectedIndex_System_Int32_">SelectedIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.SelectedIndex.html#C1_Web_Mvc_ComboBoxBase_1_SelectedIndex">SelectedIndex</a>.
Sets the index of the currently selected item in the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_SelectedItem__0_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.SelectedItem(`0)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.SelectedItem.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_SelectedItem__0_">SelectedItem(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.SelectedItem.html#C1_Web_Mvc_ComboBoxBase_1_SelectedItem">SelectedItem</a>.
Sets the item that is currently selected in the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_SelectedValue_System_Object_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.SelectedValue(System.Object)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.SelectedValue.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_SelectedValue_System_Object_">SelectedValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.SelectedValue.html#C1_Web_Mvc_ComboBoxBase_1_SelectedValue">SelectedValue</a>.
Sets the value of the SelectedValue, obtained using the SelectedValuePath.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_SelectedValuePath_System_String_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.SelectedValuePath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.SelectedValuePath.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_SelectedValuePath_System_String_">SelectedValuePath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.SelectedValuePath.html#C1_Web_Mvc_ComboBoxBase_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_ComboBoxBaseBuilder_3_ShowGroups_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.ShowGroups(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.ShowGroups.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_ShowGroups_System_Boolean_">ShowGroups(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.ShowGroups.html#C1_Web_Mvc_ComboBoxBase_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_ComboBoxBaseBuilder_3_VirtualizationThreshold_System_Int32_" data-uid="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder`3.VirtualizationThreshold(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.VirtualizationThreshold.html#C1_Web_Mvc_Fluent_ComboBoxBaseBuilder_3_VirtualizationThreshold_System_Int32_">VirtualizationThreshold(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.VirtualizationThreshold.html#C1_Web_Mvc_ComboBoxBase_1_VirtualizationThreshold">VirtualizationThreshold</a>.
Sets the minimum number of rows and/or columns required to enable virtualization in the ComboBox</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
