# C1.Xamarin.Forms.Input.C1ComboBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Xamarin_Forms_Input_C1ComboBox" data-uid="C1.Xamarin.Forms.Input.C1ComboBox" class="text-break">C1ComboBox 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="C1.Xamarin.Forms.Input.C1DropDown.html">C1DropDown</a></div>
    <div class="level2"><span class="xref">C1ComboBox</span></div>
      <div class="level3"><a class="xref" href="C1.Xamarin.Forms.Input.C1AutoComplete.html">C1AutoComplete</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Input.html">C1.Xamarin.Forms.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Input.dll</h6>
  <h5 id="C1_Xamarin_Forms_Input_C1ComboBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ComboBox : C1DropDown, IComponent, IDisposable</code></pre>
  </div>
  <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_Xamarin_Forms_Input_C1ComboBox__ctor" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.#ctor">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.-ctor.html#C1_Xamarin_Forms_Input_C1ComboBox__ctor">C1ComboBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.html">C1ComboBox</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_Xamarin_Forms_Input_C1ComboBox_AutoCompleteProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.AutoCompleteProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.AutoCompleteProperty.html">AutoCompleteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.AutoComplete.html#C1_Xamarin_Forms_Input_C1ComboBox_AutoComplete">AutoComplete</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_DisplayMemberPathProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.DisplayMemberPathProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.DisplayMemberPathProperty.html">DisplayMemberPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.DisplayMemberPath.html#C1_Xamarin_Forms_Input_C1ComboBox_DisplayMemberPath">DisplayMemberPath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_ItemTemplateProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.ItemTemplateProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.ItemTemplateProperty.html">ItemTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.ItemTemplate.html#C1_Xamarin_Forms_Input_C1ComboBox_ItemTemplate">ItemTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_ItemsSourceProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.ItemsSourceProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.ItemsSource.html#C1_Xamarin_Forms_Input_C1ComboBox_ItemsSource">ItemsSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_PlaceholderProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.PlaceholderProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.Placeholder.html#C1_Xamarin_Forms_Input_C1ComboBox_Placeholder">Placeholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedBackgroundColorProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedBackgroundColorProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedBackgroundColorProperty.html">SelectedBackgroundColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedBackgroundColor.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectedBackgroundColor">SelectedBackgroundColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedIndexProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedIndexProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedIndex.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedItemProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedItemProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedItem.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectedItem">SelectedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedValuePathProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValuePathProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValuePathProperty.html">SelectedValuePathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValuePath.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectedValuePath">SelectedValuePath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedValueProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValueProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValueProperty.html">SelectedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValue.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectedValue">SelectedValue</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextAlignmentProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextAlignmentProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextAlignmentProperty.html">TextAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextAlignment.html#C1_Xamarin_Forms_Input_C1ComboBox_TextAlignment">TextAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextColorProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextColorProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextColorProperty.html">TextColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextColor.html#C1_Xamarin_Forms_Input_C1ComboBox_TextColor">TextColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextFontAttributesProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextFontAttributesProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextFontAttributesProperty.html">TextFontAttributesProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextFontFamilyProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextFontFamilyProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextFontFamilyProperty.html">TextFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextFontSizeProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextFontSizeProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextFontSizeProperty.html">TextFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextProperty" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextProperty">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.Text.html#C1_Xamarin_Forms_Input_C1ComboBox_Text">Text</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_Xamarin_Forms_Input_C1ComboBox_AutoComplete" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.AutoComplete">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.AutoComplete.html#C1_Xamarin_Forms_Input_C1ComboBox_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_Xamarin_Forms_Input_C1ComboBox_DataCollection" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.DataCollection">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.DataCollection.html#C1_Xamarin_Forms_Input_C1ComboBox_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the underlying collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_DisplayMemberPath" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.DisplayMemberPath">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.DisplayMemberPath.html#C1_Xamarin_Forms_Input_C1ComboBox_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_Xamarin_Forms_Input_C1ComboBox_ItemTemplate" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.ItemTemplate">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.ItemTemplate.html#C1_Xamarin_Forms_Input_C1ComboBox_ItemTemplate">ItemTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a data template that defines the UI representation for a single item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_ItemsSource" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.ItemsSource">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.ItemsSource.html#C1_Xamarin_Forms_Input_C1ComboBox_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_Xamarin_Forms_Input_C1ComboBox_Placeholder" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.Placeholder">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.Placeholder.html#C1_Xamarin_Forms_Input_C1ComboBox_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string shown as a hint when the control is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedBackgroundColor" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedBackgroundColor">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedBackgroundColor.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectedBackgroundColor">SelectedBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected background color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedIndex" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedIndex">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedIndex.html#C1_Xamarin_Forms_Input_C1ComboBox_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_Xamarin_Forms_Input_C1ComboBox_SelectedItem" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedItem">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedItem.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedValue" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValue">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValue.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectedValue">SelectedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the currently selected item using SelectedValuePath.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedValuePath" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValuePath">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedValuePath.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectedValuePath">SelectedValuePath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path that is used to get the value from the selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_Text" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.Text">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.Text.html#C1_Xamarin_Forms_Input_C1ComboBox_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_Xamarin_Forms_Input_C1ComboBox_TextAlignment" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextAlignment">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextAlignment.html#C1_Xamarin_Forms_Input_C1ComboBox_TextAlignment">TextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of input text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextColor" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextColor">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextColor.html#C1_Xamarin_Forms_Input_C1ComboBox_TextColor">TextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextFontAttributes" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextFontAttributes">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextFontAttributes.html#C1_Xamarin_Forms_Input_C1ComboBox_TextFontAttributes">TextFontAttributes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the text font is bold, italic or neither.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextFontFamily" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextFontFamily">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextFontFamily.html#C1_Xamarin_Forms_Input_C1ComboBox_TextFontFamily">TextFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text font family.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextFontSize" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextFontSize">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextFontSize.html#C1_Xamarin_Forms_Input_C1ComboBox_TextFontSize">TextFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size for the text.</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_Xamarin_Forms_Input_C1ComboBox_CreateItemView_System_Object_" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.CreateItemView(System.Object)">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.CreateItemView.html#C1_Xamarin_Forms_Input_C1ComboBox_CreateItemView_System_Object_">CreateItemView(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Create the visual representation of an item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_Dispose" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.Dispose">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.Dispose.html#C1_Xamarin_Forms_Input_C1ComboBox_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_GetItemView_System_Object_" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.GetItemView(System.Object)">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.GetItemView.html#C1_Xamarin_Forms_Input_C1ComboBox_GetItemView_System_Object_">GetItemView(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the visual representation of an item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_OnCollectionChanged_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.OnCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.OnCollectionChanged.html#C1_Xamarin_Forms_Input_C1ComboBox_OnCollectionChanged_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnCollectionChanged(object, NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_OnCompleted_C1_Xamarin_Forms_Input_CompletedEventArgs_" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.OnCompleted(C1.Xamarin.Forms.Input.CompletedEventArgs)">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.OnCompleted.html#C1_Xamarin_Forms_Input_C1ComboBox_OnCompleted_C1_Xamarin_Forms_Input_CompletedEventArgs_">OnCompleted(CompletedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_OnItemLoading_C1_Xamarin_Forms_Input_ComboBoxItemLoadingEventArgs_" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.OnItemLoading(C1.Xamarin.Forms.Input.ComboBoxItemLoadingEventArgs)">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.OnItemLoading.html#C1_Xamarin_Forms_Input_C1ComboBox_OnItemLoading_C1_Xamarin_Forms_Input_ComboBoxItemLoadingEventArgs_">OnItemLoading(ComboBoxItemLoadingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">ItemLoading</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_OnSelectedIndexChanged_System_EventArgs_" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.OnSelectedIndexChanged(System.EventArgs)">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.OnSelectedIndexChanged.html#C1_Xamarin_Forms_Input_C1ComboBox_OnSelectedIndexChanged_System_EventArgs_">OnSelectedIndexChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">SelectedIndexChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_OnSelectedValuePropertyChanged_System_Object_System_Object_" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.OnSelectedValuePropertyChanged(System.Object,System.Object)">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.OnSelectedValuePropertyChanged.html#C1_Xamarin_Forms_Input_C1ComboBox_OnSelectedValuePropertyChanged_System_Object_System_Object_">OnSelectedValuePropertyChanged(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Handle selectedValue property changed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_OnTextChanged_C1_Xamarin_Forms_Input_TextChangedEventArgs_" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.OnTextChanged(C1.Xamarin.Forms.Input.TextChangedEventArgs)">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.OnTextChanged.html#C1_Xamarin_Forms_Input_C1ComboBox_OnTextChanged_C1_Xamarin_Forms_Input_TextChangedEventArgs_">OnTextChanged(TextChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">TextChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectAll" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectAll">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectAll.html#C1_Xamarin_Forms_Input_C1ComboBox_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the focus to the control and selects all of its contents.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_Completed" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.Completed">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.Completed.html">Completed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the SelectedDate or SelectedDates properties change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_ItemLoading" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.ItemLoading">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.ItemLoading.html">ItemLoading</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised before an item view is created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_SelectedIndexChanged" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.SelectedIndexChanged">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised before the SelectedIndexproperty changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_C1ComboBox_TextChanged" data-uid="C1.Xamarin.Forms.Input.C1ComboBox.TextChanged">
          <a class="xref" href="C1.Xamarin.Forms.Input.C1ComboBox.TextChanged.html">TextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised before the Textproperty changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
