# C1.WPF.Input.C1ComboBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Input_C1ComboBox" data-uid="C1.WPF.Input.C1ComboBox" class="text-break">C1ComboBox Class
</h1>
  <div class="markdown level0 summary"><p>The C1ComboBox control combines an editable text box with an auto-searchable drop-down list. The list can be shown or hidden by clicking the control’s drop-down arrow.</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">C1ComboBox</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Input.html">C1.WPF.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Input.dll</h6>
  <h5 id="C1_WPF_Input_C1ComboBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;ItemContainerStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;ScrollBarStyle&quot;, StyleTargetType = typeof(ScrollBar))]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = &quot;Header&quot;, Type = typeof(C1Button))]
[TemplatePart(Name = &quot;TextBox&quot;, Type = typeof(C1AutoCompleteTextBox))]
[TemplatePart(Name = &quot;ListView&quot;, Type = typeof(C1ListView))]
[TemplatePart(Name = &quot;DropDown&quot;, Type = typeof(C1DropDown))]
[TemplatePart(Name = &quot;ValidationDecorator&quot;, Type = typeof(C1ValidationDecorator))]
public class C1ComboBox : C1ItemsControl, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;ItemContainerStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;ScrollBarStyle&quot;, StyleTargetType:=GetType(ScrollBar))&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;TemplatePart(Name:=&quot;Header&quot;, Type:=GetType(C1Button))&gt;
&lt;TemplatePart(Name:=&quot;TextBox&quot;, Type:=GetType(C1AutoCompleteTextBox))&gt;
&lt;TemplatePart(Name:=&quot;ListView&quot;, Type:=GetType(C1ListView))&gt;
&lt;TemplatePart(Name:=&quot;DropDown&quot;, Type:=GetType(C1DropDown))&gt;
&lt;TemplatePart(Name:=&quot;ValidationDecorator&quot;, Type:=GetType(C1ValidationDecorator))&gt;
Public Class C1ComboBox
    Inherits C1ItemsControl
    Implements INotifyPropertyChanged</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_WPF_Input_C1ComboBox__ctor" data-uid="C1.WPF.Input.C1ComboBox.#ctor">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.-ctor.html#C1_WPF_Input_C1ComboBox__ctor">C1ComboBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.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_WPF_Input_C1ComboBox_AutoCompleteProperty" data-uid="C1.WPF.Input.C1ComboBox.AutoCompleteProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.AutoCompleteProperty.html">AutoCompleteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.AutoComplete.html#C1_WPF_Input_C1ComboBox_AutoComplete">AutoComplete</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_CaretBrushProperty" data-uid="C1.WPF.Input.C1ComboBox.CaretBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.CaretBrushProperty.html">CaretBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.CaretBrush.html#C1_WPF_Input_C1ComboBox_CaretBrush">CaretBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ConditionProperty" data-uid="C1.WPF.Input.C1ComboBox.ConditionProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ConditionProperty.html">ConditionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.Condition.html#C1_WPF_Input_C1ComboBox_Condition">Condition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_CursorBorderBrushProperty" data-uid="C1.WPF.Input.C1ComboBox.CursorBorderBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.CursorBorderBrushProperty.html">CursorBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.CursorBorderBrush.html#C1_WPF_Input_C1ComboBox_CursorBorderBrush">CursorBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownButtonStyleProperty" data-uid="C1.WPF.Input.C1ComboBox.DropDownButtonStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownButtonStyleProperty.html">DropDownButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownButtonStyle.html#C1_WPF_Input_C1ComboBox_DropDownButtonStyle">DropDownButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownDirectionProperty" data-uid="C1.WPF.Input.C1ComboBox.DropDownDirectionProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownDirectionProperty.html">DropDownDirectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownDirection.html#C1_WPF_Input_C1ComboBox_DropDownDirection">DropDownDirection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownHeightProperty" data-uid="C1.WPF.Input.C1ComboBox.DropDownHeightProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownHeightProperty.html">DropDownHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownHeight.html#C1_WPF_Input_C1ComboBox_DropDownHeight">DropDownHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownIconStyleProperty" data-uid="C1.WPF.Input.C1ComboBox.DropDownIconStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownIconStyleProperty.html">DropDownIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownIconStyle.html#C1_WPF_Input_C1ComboBox_DropDownIconStyle">DropDownIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownIconTemplateProperty" data-uid="C1.WPF.Input.C1ComboBox.DropDownIconTemplateProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownIconTemplateProperty.html">DropDownIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownIconTemplate.html#C1_WPF_Input_C1ComboBox_DropDownIconTemplate">DropDownIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownWidthProperty" data-uid="C1.WPF.Input.C1ComboBox.DropDownWidthProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownWidthProperty.html">DropDownWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownWidth.html#C1_WPF_Input_C1ComboBox_DropDownWidth">DropDownWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_FocusBrushProperty" data-uid="C1.WPF.Input.C1ComboBox.FocusBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.FocusBrush.html#C1_WPF_Input_C1ComboBox_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_IsDropDownOpenProperty" data-uid="C1.WPF.Input.C1ComboBox.IsDropDownOpenProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.IsDropDownOpen.html#C1_WPF_Input_C1ComboBox_IsDropDownOpen">IsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_IsEditableProperty" data-uid="C1.WPF.Input.C1ComboBox.IsEditableProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.IsEditableProperty.html">IsEditableProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.IsEditable.html#C1_WPF_Input_C1ComboBox_IsEditable">IsEditable</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ItemContainerStyleProperty" data-uid="C1.WPF.Input.C1ComboBox.ItemContainerStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ItemContainerStyleProperty.html">ItemContainerStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.ItemContainerStyle.html#C1_WPF_Input_C1ComboBox_ItemContainerStyle">ItemContainerStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ItemConverterProperty" data-uid="C1.WPF.Input.C1ComboBox.ItemConverterProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ItemConverterProperty.html">ItemConverterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.ItemConverter.html#C1_WPF_Input_C1ComboBox_ItemConverter">ItemConverter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MaxDropDownHeightProperty" data-uid="C1.WPF.Input.C1ComboBox.MaxDropDownHeightProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MaxDropDownHeightProperty.html">MaxDropDownHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.MaxDropDownHeight.html#C1_WPF_Input_C1ComboBox_MaxDropDownHeight">MaxDropDownHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MaxDropDownWidthProperty" data-uid="C1.WPF.Input.C1ComboBox.MaxDropDownWidthProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MaxDropDownWidthProperty.html">MaxDropDownWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.MaxDropDownWidth.html#C1_WPF_Input_C1ComboBox_MaxDropDownWidth">MaxDropDownWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MouseOverBorderBrushProperty" data-uid="C1.WPF.Input.C1ComboBox.MouseOverBorderBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MouseOverBorderBrushProperty.html">MouseOverBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.MouseOverBorderBrush.html#C1_WPF_Input_C1ComboBox_MouseOverBorderBrush">MouseOverBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MouseOverBrushProperty" data-uid="C1.WPF.Input.C1ComboBox.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.MouseOverBrush.html#C1_WPF_Input_C1ComboBox_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MultipleSelectionSeparatorProperty" data-uid="C1.WPF.Input.C1ComboBox.MultipleSelectionSeparatorProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MultipleSelectionSeparatorProperty.html">MultipleSelectionSeparatorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.MultipleSelectionSeparator.html#C1_WPF_Input_C1ComboBox_MultipleSelectionSeparator">MultipleSelectionSeparator</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_PlaceholderProperty" data-uid="C1.WPF.Input.C1ComboBox.PlaceholderProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.Placeholder.html#C1_WPF_Input_C1ComboBox_Placeholder">Placeholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_PopupStyleProperty" data-uid="C1.WPF.Input.C1ComboBox.PopupStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.PopupStyle.html#C1_WPF_Input_C1ComboBox_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_PressedBrushProperty" data-uid="C1.WPF.Input.C1ComboBox.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.PressedBrush.html#C1_WPF_Input_C1ComboBox_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ScrollBarStyleProperty" data-uid="C1.WPF.Input.C1ComboBox.ScrollBarStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ScrollBarStyleProperty.html">ScrollBarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.ScrollBarStyle.html#C1_WPF_Input_C1ComboBox_ScrollBarStyle">ScrollBarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedBackgroundProperty" data-uid="C1.WPF.Input.C1ComboBox.SelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedBackgroundProperty.html">SelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedBackground.html#C1_WPF_Input_C1ComboBox_SelectedBackground">SelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedIndexProperty" data-uid="C1.WPF.Input.C1ComboBox.SelectedIndexProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedIndex.html#C1_WPF_Input_C1ComboBox_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedItemProperty" data-uid="C1.WPF.Input.C1ComboBox.SelectedItemProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedItem.html#C1_WPF_Input_C1ComboBox_SelectedItem">SelectedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedItemsProperty" data-uid="C1.WPF.Input.C1ComboBox.SelectedItemsProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedItemsProperty.html">SelectedItemsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedItems.html#C1_WPF_Input_C1ComboBox_SelectedItems">SelectedItems</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedValuePathProperty" data-uid="C1.WPF.Input.C1ComboBox.SelectedValuePathProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedValuePathProperty.html">SelectedValuePathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedValuePath.html#C1_WPF_Input_C1ComboBox_SelectedValuePath">SelectedValuePath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedValueProperty" data-uid="C1.WPF.Input.C1ComboBox.SelectedValueProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedValueProperty.html">SelectedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedValue.html#C1_WPF_Input_C1ComboBox_SelectedValue">SelectedValue</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectionModeProperty" data-uid="C1.WPF.Input.C1ComboBox.SelectionModeProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectionMode.html#C1_WPF_Input_C1ComboBox_SelectionMode">SelectionMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ShowCheckBoxesProperty" data-uid="C1.WPF.Input.C1ComboBox.ShowCheckBoxesProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ShowCheckBoxesProperty.html">ShowCheckBoxesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.ShowCheckBoxes.html#C1_WPF_Input_C1ComboBox_ShowCheckBoxes">ShowCheckBoxes</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_TextAlignmentProperty" data-uid="C1.WPF.Input.C1ComboBox.TextAlignmentProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.TextAlignmentProperty.html">TextAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.TextAlignment.html#C1_WPF_Input_C1ComboBox_TextAlignment">TextAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_TextProperty" data-uid="C1.WPF.Input.C1ComboBox.TextProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.Text.html#C1_WPF_Input_C1ComboBox_Text">Text</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ValidationDecoratorStyleProperty" data-uid="C1.WPF.Input.C1ComboBox.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1ComboBox.ValidationDecoratorStyle.html#C1_WPF_Input_C1ComboBox_ValidationDecoratorStyle">ValidationDecoratorStyle</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_WPF_Input_C1ComboBox_AutoComplete" data-uid="C1.WPF.Input.C1ComboBox.AutoComplete">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.AutoComplete.html#C1_WPF_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 items as an item source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_CaretBrush" data-uid="C1.WPF.Input.C1ComboBox.CaretBrush">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.CaretBrush.html#C1_WPF_Input_C1ComboBox_CaretBrush">CaretBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the blinking cursor of an input control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_Condition" data-uid="C1.WPF.Input.C1ComboBox.Condition">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.Condition.html#C1_WPF_Input_C1ComboBox_Condition">Condition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter condition of item source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_CursorBorderBrush" data-uid="C1.WPF.Input.C1ComboBox.CursorBorderBrush">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.CursorBorderBrush.html#C1_WPF_Input_C1ComboBox_CursorBorderBrush">CursorBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the item when it has focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DataCollection" data-uid="C1.WPF.Input.C1ComboBox.DataCollection">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DataCollection.html#C1_WPF_Input_C1ComboBox_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the underlying collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownButtonStyle" data-uid="C1.WPF.Input.C1ComboBox.DropDownButtonStyle">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownButtonStyle.html#C1_WPF_Input_C1ComboBox_DropDownButtonStyle">DropDownButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the button that opens the drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownDirection" data-uid="C1.WPF.Input.C1ComboBox.DropDownDirection">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownDirection.html#C1_WPF_Input_C1ComboBox_DropDownDirection">DropDownDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the expand direction of the control drop-down box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownHeight" data-uid="C1.WPF.Input.C1ComboBox.DropDownHeight">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownHeight.html#C1_WPF_Input_C1ComboBox_DropDownHeight">DropDownHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the drop-down box (set to Double.NaN to size automatically).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownIconStyle" data-uid="C1.WPF.Input.C1ComboBox.DropDownIconStyle">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownIconStyle.html#C1_WPF_Input_C1ComboBox_DropDownIconStyle">DropDownIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the icon shown in the drop-down button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownIconTemplate" data-uid="C1.WPF.Input.C1ComboBox.DropDownIconTemplate">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownIconTemplate.html#C1_WPF_Input_C1ComboBox_DropDownIconTemplate">DropDownIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the icon used in the drop-down button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_DropDownWidth" data-uid="C1.WPF.Input.C1ComboBox.DropDownWidth">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.DropDownWidth.html#C1_WPF_Input_C1ComboBox_DropDownWidth">DropDownWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the drop-down box (set to Double.NaN to size automatically).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_FocusBrush" data-uid="C1.WPF.Input.C1ComboBox.FocusBrush">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.FocusBrush.html#C1_WPF_Input_C1ComboBox_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_IsDropDownOpen" data-uid="C1.WPF.Input.C1ComboBox.IsDropDownOpen">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.IsDropDownOpen.html#C1_WPF_Input_C1ComboBox_IsDropDownOpen">IsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Open or close the <a class="xref" href="C1.WPF.Input.C1ComboBox.html">C1ComboBox</a> popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_IsEditable" data-uid="C1.WPF.Input.C1ComboBox.IsEditable">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.IsEditable.html#C1_WPF_Input_C1ComboBox_IsEditable">IsEditable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can select a value not contained in the <a class="xref" href="C1.WPF.Input.C1ComboBox.html">C1ComboBox</a>' Items collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_IsInEditMode" data-uid="C1.WPF.Input.C1ComboBox.IsInEditMode">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.IsInEditMode.html#C1_WPF_Input_C1ComboBox_IsInEditMode">IsInEditMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the control is in edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ItemContainerStyle" data-uid="C1.WPF.Input.C1ComboBox.ItemContainerStyle">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ItemContainerStyle.html#C1_WPF_Input_C1ComboBox_ItemContainerStyle">ItemContainerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style used for the inner <a class="xref" href="C1.WPF.Input.C1ComboBox.html">C1ComboBox</a>'s items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ItemConverter" data-uid="C1.WPF.Input.C1ComboBox.ItemConverter">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ItemConverter.html#C1_WPF_Input_C1ComboBox_ItemConverter">ItemConverter</a>
        </td>
        <td class="markdown level1 summary"><p>Item converter used to convert the items to string and vice versa.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_Items" data-uid="C1.WPF.Input.C1ComboBox.Items">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.Items.html#C1_WPF_Input_C1ComboBox_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of ComboBox items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ItemsContent" data-uid="C1.WPF.Input.C1ComboBox.ItemsContent">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ItemsContent.html#C1_WPF_Input_C1ComboBox_ItemsContent">ItemsContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of the content of the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MaxDropDownHeight" data-uid="C1.WPF.Input.C1ComboBox.MaxDropDownHeight">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MaxDropDownHeight.html#C1_WPF_Input_C1ComboBox_MaxDropDownHeight">MaxDropDownHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets maximum height constraint of the drop-down box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MaxDropDownWidth" data-uid="C1.WPF.Input.C1ComboBox.MaxDropDownWidth">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MaxDropDownWidth.html#C1_WPF_Input_C1ComboBox_MaxDropDownWidth">MaxDropDownWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets maximum width constraint of the drop-down box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MouseOverBorderBrush" data-uid="C1.WPF.Input.C1ComboBox.MouseOverBorderBrush">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MouseOverBorderBrush.html#C1_WPF_Input_C1ComboBox_MouseOverBorderBrush">MouseOverBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the border of the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MouseOverBrush" data-uid="C1.WPF.Input.C1ComboBox.MouseOverBrush">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MouseOverBrush.html#C1_WPF_Input_C1ComboBox_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_MultipleSelectionSeparator" data-uid="C1.WPF.Input.C1ComboBox.MultipleSelectionSeparator">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.MultipleSelectionSeparator.html#C1_WPF_Input_C1ComboBox_MultipleSelectionSeparator">MultipleSelectionSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets text header separator in multi-select mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_Placeholder" data-uid="C1.WPF.Input.C1ComboBox.Placeholder">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.Placeholder.html#C1_WPF_Input_C1ComboBox_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_PopupStyle" data-uid="C1.WPF.Input.C1ComboBox.PopupStyle">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.PopupStyle.html#C1_WPF_Input_C1ComboBox_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_PressedBrush" data-uid="C1.WPF.Input.C1ComboBox.PressedBrush">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.PressedBrush.html#C1_WPF_Input_C1ComboBox_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ScrollBarStyle" data-uid="C1.WPF.Input.C1ComboBox.ScrollBarStyle">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ScrollBarStyle.html#C1_WPF_Input_C1ComboBox_ScrollBarStyle">ScrollBarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style used for the inner scrollbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedBackground" data-uid="C1.WPF.Input.C1ComboBox.SelectedBackground">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedBackground.html#C1_WPF_Input_C1ComboBox_SelectedBackground">SelectedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedIndex" data-uid="C1.WPF.Input.C1ComboBox.SelectedIndex">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedIndex.html#C1_WPF_Input_C1ComboBox_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selected index or returns -1 if there is no selection, or the selection doesn't belong to the Items collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedItem" data-uid="C1.WPF.Input.C1ComboBox.SelectedItem">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedItem.html#C1_WPF_Input_C1ComboBox_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selected item or returns null if there is no selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedItems" data-uid="C1.WPF.Input.C1ComboBox.SelectedItems">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedItems.html#C1_WPF_Input_C1ComboBox_SelectedItems">SelectedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the list of items which are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedItemsContent" data-uid="C1.WPF.Input.C1ComboBox.SelectedItemsContent">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedItemsContent.html#C1_WPF_Input_C1ComboBox_SelectedItemsContent">SelectedItemsContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of the content of the selected items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedValue" data-uid="C1.WPF.Input.C1ComboBox.SelectedValue">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedValue.html#C1_WPF_Input_C1ComboBox_SelectedValue">SelectedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the SelectedItem, obtained by using SelectedValuePath.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedValuePath" data-uid="C1.WPF.Input.C1ComboBox.SelectedValuePath">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedValuePath.html#C1_WPF_Input_C1ComboBox_SelectedValuePath">SelectedValuePath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path that is used to get the SelectedValue from the SelectedItem.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_Selection" data-uid="C1.WPF.Input.C1ComboBox.Selection">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.Selection.html#C1_WPF_Input_C1ComboBox_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current selected items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectionMode" data-uid="C1.WPF.Input.C1ComboBox.SelectionMode">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectionMode.html#C1_WPF_Input_C1ComboBox_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ShowCheckBoxes" data-uid="C1.WPF.Input.C1ComboBox.ShowCheckBoxes">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ShowCheckBoxes.html#C1_WPF_Input_C1ComboBox_ShowCheckBoxes">ShowCheckBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether checkboxes are shown in each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_Text" data-uid="C1.WPF.Input.C1ComboBox.Text">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.Text.html#C1_WPF_Input_C1ComboBox_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the <a class="xref" href="C1.WPF.Input.C1ComboBox.html">C1ComboBox</a>. The behavior depends on the AutoComplete and IsEditable properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_TextAlignment" data-uid="C1.WPF.Input.C1ComboBox.TextAlignment">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.TextAlignment.html#C1_WPF_Input_C1ComboBox_TextAlignment">TextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the horizontal alignment of text content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ValidationDecoratorStyle" data-uid="C1.WPF.Input.C1ComboBox.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ValidationDecoratorStyle.html#C1_WPF_Input_C1ComboBox_ValidationDecoratorStyle">ValidationDecoratorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that is applied to the inner <a class="xref" href="C1.WPF.Input.C1ValidationDecorator.html">C1ValidationDecorator</a>.</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_WPF_Input_C1ComboBox_BeginEdit_System_String_" data-uid="C1.WPF.Input.C1ComboBox.BeginEdit(System.String)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.BeginEdit.html#C1_WPF_Input_C1ComboBox_BeginEdit_System_String_">BeginEdit(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Begins the edit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_Dispose_System_Boolean_" data-uid="C1.WPF.Input.C1ComboBox.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.Dispose.html#C1_WPF_Input_C1ComboBox_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_EndInit" data-uid="C1.WPF.Input.C1ComboBox.EndInit">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.EndInit.html#C1_WPF_Input_C1ComboBox_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnApplyTemplate" data-uid="C1.WPF.Input.C1ComboBox.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnApplyTemplate.html#C1_WPF_Input_C1ComboBox_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnDisplayMemberPathChanged_System_String_System_String_" data-uid="C1.WPF.Input.C1ComboBox.OnDisplayMemberPathChanged(System.String,System.String)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnDisplayMemberPathChanged.html#C1_WPF_Input_C1ComboBox_OnDisplayMemberPathChanged_System_String_System_String_">OnDisplayMemberPathChanged(string, string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnEditCompleted" data-uid="C1.WPF.Input.C1ComboBox.OnEditCompleted">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnEditCompleted.html#C1_WPF_Input_C1ComboBox_OnEditCompleted">OnEditCompleted()</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the EditCompleted event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnGotFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Input.C1ComboBox.OnGotFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnGotFocus.html#C1_WPF_Input_C1ComboBox_OnGotFocus_System_Windows_RoutedEventArgs_">OnGotFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Input.C1ComboBox.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnIsKeyboardFocusWithinChanged.html#C1_WPF_Input_C1ComboBox_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnItemTemplateChanged_System_Windows_DataTemplate_System_Windows_DataTemplate_" data-uid="C1.WPF.Input.C1ComboBox.OnItemTemplateChanged(System.Windows.DataTemplate,System.Windows.DataTemplate)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnItemTemplateChanged.html#C1_WPF_Input_C1ComboBox_OnItemTemplateChanged_System_Windows_DataTemplate_System_Windows_DataTemplate_">OnItemTemplateChanged(DataTemplate, DataTemplate)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnItemTemplateSelectorChanged_System_Windows_Controls_DataTemplateSelector_System_Windows_Controls_DataTemplateSelector_" data-uid="C1.WPF.Input.C1ComboBox.OnItemTemplateSelectorChanged(System.Windows.Controls.DataTemplateSelector,System.Windows.Controls.DataTemplateSelector)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnItemTemplateSelectorChanged.html#C1_WPF_Input_C1ComboBox_OnItemTemplateSelectorChanged_System_Windows_Controls_DataTemplateSelector_System_Windows_Controls_DataTemplateSelector_">OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnItemsSourceChangedProtected_System_Collections_IEnumerable_System_Collections_IEnumerable_" data-uid="C1.WPF.Input.C1ComboBox.OnItemsSourceChangedProtected(System.Collections.IEnumerable,System.Collections.IEnumerable)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnItemsSourceChangedProtected.html#C1_WPF_Input_C1ComboBox_OnItemsSourceChangedProtected_System_Collections_IEnumerable_System_Collections_IEnumerable_">OnItemsSourceChangedProtected(IEnumerable, IEnumerable)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Input.C1ComboBox.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnKeyDown.html#C1_WPF_Input_C1ComboBox_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Input.C1ComboBox.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnPreviewKeyDown.html#C1_WPF_Input_C1ComboBox_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_">OnPreviewKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Input.C1ComboBox.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnPropertyChanged.html#C1_WPF_Input_C1ComboBox_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_OnSelectionCommitted_System_Object_System_Object_" data-uid="C1.WPF.Input.C1ComboBox.OnSelectionCommitted(System.Object,System.Object)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.OnSelectionCommitted.html#C1_WPF_Input_C1ComboBox_OnSelectionCommitted_System_Object_System_Object_">OnSelectionCommitted(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the SelectionCommitted event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_Select_C1_WPF_Core_C1OrderedSet_" data-uid="C1.WPF.Input.C1ComboBox.Select(C1.WPF.Core.C1OrderedSet)">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.Select.html#C1_WPF_Input_C1ComboBox_Select_C1_WPF_Core_C1OrderedSet_">Select(C1OrderedSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the specified indexes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_Select_C1_WPF_Core_IOrderedSet_System_Int32__" data-uid="C1.WPF.Input.C1ComboBox.Select(C1.WPF.Core.IOrderedSet{System.Int32})">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.Select.html#C1_WPF_Input_C1ComboBox_Select_C1_WPF_Core_IOrderedSet_System_Int32__">Select(IOrderedSet&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the specified indexes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectAll" data-uid="C1.WPF.Input.C1ComboBox.SelectAll">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectAll.html#C1_WPF_Input_C1ComboBox_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Select all data item in multi Select mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_UnselectAll" data-uid="C1.WPF.Input.C1ComboBox.UnselectAll">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.UnselectAll.html#C1_WPF_Input_C1ComboBox_UnselectAll">UnselectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Unselect all data item in multi Select mode.</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_WPF_Input_C1ComboBox_EditCompleted" data-uid="C1.WPF.Input.C1ComboBox.EditCompleted">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.EditCompleted.html">EditCompleted</a>
        </td>
        <td class="markdown level1 summary"><p>Handle this event to know when the user has completed the edits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_IsDropDownOpenChanged" data-uid="C1.WPF.Input.C1ComboBox.IsDropDownOpenChanged">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.IsDropDownOpenChanged.html">IsDropDownOpenChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the drop-down is opened or closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_PropertyChanged" data-uid="C1.WPF.Input.C1ComboBox.PropertyChanged">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedIndexChanged" data-uid="C1.WPF.Input.C1ComboBox.SelectedIndexChanged">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the selected index changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedItemChanged" data-uid="C1.WPF.Input.C1ComboBox.SelectedItemChanged">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedItemChanged.html">SelectedItemChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the selected item changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectedValueChanged" data-uid="C1.WPF.Input.C1ComboBox.SelectedValueChanged">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectedValueChanged.html">SelectedValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the selected value changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectionChanged" data-uid="C1.WPF.Input.C1ComboBox.SelectionChanged">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event fired when the SelectedItems is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_SelectionCommitted" data-uid="C1.WPF.Input.C1ComboBox.SelectionCommitted">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.SelectionCommitted.html">SelectionCommitted</a>
        </td>
        <td class="markdown level1 summary"><p>Event fired when the select item is committed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1ComboBox_ValidateInput" data-uid="C1.WPF.Input.C1ComboBox.ValidateInput">
          <a class="xref" href="C1.WPF.Input.C1ComboBox.ValidateInput.html">ValidateInput</a>
        </td>
        <td class="markdown level1 summary"><p>Event fired when new text is added to an editable C1ComboBox.
Catch this event to validate the new input.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
