# C1.Blazor.Input.C1ComboBox-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Input_C1ComboBox_1" data-uid="C1.Blazor.Input.C1ComboBox`1" class="text-break">C1ComboBox&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>C1ComboBox is an extension of DropDown that contains an editable textbox in the header and a listview in the drop-down.</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="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><a class="xref" href="C1.Blazor.Input.C1DropDown.html">C1DropDown</a></div>
    <div class="level4"><span class="xref">C1ComboBox&lt;T&gt;</span></div>
      <div class="level5"><a class="xref" href="C1.Blazor.Input.C1AutoComplete-1.html">C1AutoComplete&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.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Input.html">C1.Blazor.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Input.dll</h6>
  <h5 id="C1_Blazor_Input_C1ComboBox_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ComboBox&lt;T&gt; : C1DropDown, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ComboBox(Of T)
    Inherits C1DropDown
    Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</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_Blazor_Input_C1ComboBox_1__ctor" data-uid="C1.Blazor.Input.C1ComboBox`1.#ctor">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.-ctor.html#C1_Blazor_Input_C1ComboBox_1__ctor">C1ComboBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.html">C1ComboBox&lt;T&gt;</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_AutoCompleteProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.AutoCompleteProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.AutoCompleteProperty.html">AutoCompleteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.AutoComplete.html#C1_Blazor_Input_C1ComboBox_1_AutoComplete">AutoComplete</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_DelayProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.DelayProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.DelayProperty.html">DelayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.Delay.html#C1_Blazor_Input_C1ComboBox_1_Delay">Delay</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_DisplayMemberPathProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.DisplayMemberPathProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.DisplayMemberPathProperty.html">DisplayMemberPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.DisplayMemberPath.html#C1_Blazor_Input_C1ComboBox_1_DisplayMemberPath">DisplayMemberPath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_EditorStyleProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.EditorStyleProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.EditorStyleProperty.html">EditorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.EditorStyle.html#C1_Blazor_Input_C1ComboBox_1_EditorStyle">EditorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ItemTemplateProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.ItemTemplateProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ItemTemplateProperty.html">ItemTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ItemTemplate.html#C1_Blazor_Input_C1ComboBox_1_ItemTemplate">ItemTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ItemsSourceProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.ItemsSourceProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ItemsSource.html#C1_Blazor_Input_C1ComboBox_1_ItemsSource">ItemsSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ListItemStyleProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.ListItemStyleProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ListItemStyleProperty.html">ListItemStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ListItemStyle.html#C1_Blazor_Input_C1ComboBox_1_ListItemStyle">ListItemStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ListStyleProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.ListStyleProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ListStyleProperty.html">ListStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ListStyle.html#C1_Blazor_Input_C1ComboBox_1_ListStyle">ListStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_PlaceholderProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.PlaceholderProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.Placeholder.html#C1_Blazor_Input_C1ComboBox_1_Placeholder">Placeholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SelectedIndexProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.SelectedIndexProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedIndex.html#C1_Blazor_Input_C1ComboBox_1_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SelectedItemProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.SelectedItemProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedItem.html#C1_Blazor_Input_C1ComboBox_1_SelectedItem">SelectedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SelectedValueProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.SelectedValueProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedValueProperty.html">SelectedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedValue.html#C1_Blazor_Input_C1ComboBox_1_SelectedValue">SelectedValue</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ValueMemberPathProperty" data-uid="C1.Blazor.Input.C1ComboBox`1.ValueMemberPathProperty">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ValueMemberPathProperty.html">ValueMemberPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ValueMemberPath.html#C1_Blazor_Input_C1ComboBox_1_ValueMemberPath">ValueMemberPath</a> dependency property.</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_Blazor_Input_C1ComboBox_1_AutoComplete" data-uid="C1.Blazor.Input.C1ComboBox`1.AutoComplete">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.AutoComplete.html#C1_Blazor_Input_C1ComboBox_1_AutoComplete">AutoComplete</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control should try to automatically complete entries using the list of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_DataCollection" data-uid="C1.Blazor.Input.C1ComboBox`1.DataCollection">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.DataCollection.html#C1_Blazor_Input_C1ComboBox_1_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection that is bound to the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_Delay" data-uid="C1.Blazor.Input.C1ComboBox`1.Delay">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.Delay.html#C1_Blazor_Input_C1ComboBox_1_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay that occurs between the key strokes and the auto-complete.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_DisplayMemberPath" data-uid="C1.Blazor.Input.C1ComboBox`1.DisplayMemberPath">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.DisplayMemberPath.html#C1_Blazor_Input_C1ComboBox_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_Blazor_Input_C1ComboBox_1_DropDownBehavior" data-uid="C1.Blazor.Input.C1ComboBox`1.DropDownBehavior">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.DropDownBehavior.html#C1_Blazor_Input_C1ComboBox_1_DropDownBehavior">DropDownBehavior</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the drop-down behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_EditorStyle" data-uid="C1.Blazor.Input.C1ComboBox`1.EditorStyle">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.EditorStyle.html#C1_Blazor_Input_C1ComboBox_1_EditorStyle">EditorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the editor used to edit the selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ItemTemplate" data-uid="C1.Blazor.Input.C1ComboBox`1.ItemTemplate">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ItemTemplate.html#C1_Blazor_Input_C1ComboBox_1_ItemTemplate">ItemTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_Items" data-uid="C1.Blazor.Input.C1ComboBox`1.Items">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.Items.html#C1_Blazor_Input_C1ComboBox_1_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the items that are shown in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ItemsSource" data-uid="C1.Blazor.Input.C1ComboBox`1.ItemsSource">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ItemsSource.html#C1_Blazor_Input_C1ComboBox_1_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the source collection that contains the items to select from.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ItemsSourceChanged" data-uid="C1.Blazor.Input.C1ComboBox`1.ItemsSourceChanged">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ItemsSourceChanged.html#C1_Blazor_Input_C1ComboBox_1_ItemsSourceChanged">ItemsSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback called when the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ItemsSource.html#C1_Blazor_Input_C1ComboBox_1_ItemsSource">ItemsSource</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ListItemStyle" data-uid="C1.Blazor.Input.C1ComboBox`1.ListItemStyle">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ListItemStyle.html#C1_Blazor_Input_C1ComboBox_1_ListItemStyle">ListItemStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the items of the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ListStyle" data-uid="C1.Blazor.Input.C1ComboBox`1.ListStyle">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ListStyle.html#C1_Blazor_Input_C1ComboBox_1_ListStyle">ListStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the list of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_Placeholder" data-uid="C1.Blazor.Input.C1ComboBox`1.Placeholder">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.Placeholder.html#C1_Blazor_Input_C1ComboBox_1_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder displayed when there is no entered text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SelectedIndex" data-uid="C1.Blazor.Input.C1ComboBox`1.SelectedIndex">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedIndex.html#C1_Blazor_Input_C1ComboBox_1_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SelectedIndexChanged" data-uid="C1.Blazor.Input.C1ComboBox`1.SelectedIndexChanged">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedIndexChanged.html#C1_Blazor_Input_C1ComboBox_1_SelectedIndexChanged">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback called when the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedIndex.html#C1_Blazor_Input_C1ComboBox_1_SelectedIndex">SelectedIndex</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SelectedItem" data-uid="C1.Blazor.Input.C1ComboBox`1.SelectedItem">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedItem.html#C1_Blazor_Input_C1ComboBox_1_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SelectedItemChanged" data-uid="C1.Blazor.Input.C1ComboBox`1.SelectedItemChanged">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedItemChanged.html#C1_Blazor_Input_C1ComboBox_1_SelectedItemChanged">SelectedItemChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback called when the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedItem.html#C1_Blazor_Input_C1ComboBox_1_SelectedItem">SelectedItem</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SelectedValue" data-uid="C1.Blazor.Input.C1ComboBox`1.SelectedValue">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedValue.html#C1_Blazor_Input_C1ComboBox_1_SelectedValue">SelectedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the SelectedItem, obtained by using ValueMemberPath.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SelectedValueChanged" data-uid="C1.Blazor.Input.C1ComboBox`1.SelectedValueChanged">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedValueChanged.html#C1_Blazor_Input_C1ComboBox_1_SelectedValueChanged">SelectedValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback called when the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SelectedValue.html#C1_Blazor_Input_C1ComboBox_1_SelectedValue">SelectedValue</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_Text" data-uid="C1.Blazor.Input.C1ComboBox`1.Text">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.Text.html#C1_Blazor_Input_C1ComboBox_1_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_TextChanged" data-uid="C1.Blazor.Input.C1ComboBox`1.TextChanged">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.TextChanged.html#C1_Blazor_Input_C1ComboBox_1_TextChanged">TextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback called when the <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.Text.html#C1_Blazor_Input_C1ComboBox_1_Text">Text</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_ValueMemberPath" data-uid="C1.Blazor.Input.C1ComboBox`1.ValueMemberPath">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.ValueMemberPath.html#C1_Blazor_Input_C1ComboBox_1_ValueMemberPath">ValueMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path that is used to get the value from the item.</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_Blazor_Input_C1ComboBox_1_Dispose_System_Boolean_" data-uid="C1.Blazor.Input.C1ComboBox`1.Dispose(System.Boolean)">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.Dispose.html#C1_Blazor_Input_C1ComboBox_1_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_FocusAsync" data-uid="C1.Blazor.Input.C1ComboBox`1.FocusAsync">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.FocusAsync.html#C1_Blazor_Input_C1ComboBox_1_FocusAsync">FocusAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the focus in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_OnAfterRender_System_Boolean_" data-uid="C1.Blazor.Input.C1ComboBox`1.OnAfterRender(System.Boolean)">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.OnAfterRender.html#C1_Blazor_Input_C1ComboBox_1_OnAfterRender_System_Boolean_">OnAfterRender(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_OnIsDropDownOpenChanged" data-uid="C1.Blazor.Input.C1ComboBox`1.OnIsDropDownOpenChanged">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.OnIsDropDownOpenChanged.html#C1_Blazor_Input_C1ComboBox_1_OnIsDropDownOpenChanged">OnIsDropDownOpenChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when <a class="xref" href="C1.Blazor.Input.C1DropDown.IsDropDownOpen.html#C1_Blazor_Input_C1DropDown_IsDropDownOpen">IsDropDownOpen</a> changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1ComboBox_1_SetParametersAsync_Microsoft_AspNetCore_Components_ParameterView_" data-uid="C1.Blazor.Input.C1ComboBox`1.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)">
          <a class="xref" href="C1.Blazor.Input.C1ComboBox-1.SetParametersAsync.html#C1_Blazor_Input_C1ComboBox_1_SetParametersAsync_Microsoft_AspNetCore_Components_ParameterView_">SetParametersAsync(ParameterView)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
