# C1.WPF.Input.C1MultiSelect

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Input_C1MultiSelect" data-uid="C1.WPF.Input.C1MultiSelect" class="text-break">C1MultiSelect Class
</h1>
  <div class="markdown level0 summary"><p>A <a class="xref" href="C1.WPF.Input.C1TagEditor.html">C1TagEditor</a> as base editor with <span class="xref">C1.WPF.ListView.C1ListView</span> as 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"><span class="xref">C1MultiSelect</span></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_C1MultiSelect_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;CaptionStyle&quot;, StyleTargetType = typeof(C1CheckBox))]
[StyleTypedProperty(Property = &quot;TagStyle&quot;, StyleTargetType = typeof(C1Tag))]
[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = &quot;Editor&quot;, Type = typeof(C1TagEditor))]
[TemplatePart(Name = &quot;HeaderFormat&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;ItemList&quot;, Type = typeof(C1ListView))]
[TemplatePart(Name = &quot;SuggestList&quot;, Type = typeof(C1ListView))]
[TemplatePart(Name = &quot;DropDown&quot;, Type = typeof(C1DropDown))]
[TemplateVisualState(Name = &quot;ShowHeaderFormat&quot;, GroupName = &quot;HeaderFormatStates&quot;)]
[TemplateVisualState(Name = &quot;HideHeaderFormat&quot;, GroupName = &quot;HeaderFormatStates&quot;)]
public class C1MultiSelect : C1ItemsControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;CaptionStyle&quot;, StyleTargetType:=GetType(C1CheckBox))&gt;
&lt;StyleTypedProperty(Property:=&quot;TagStyle&quot;, StyleTargetType:=GetType(C1Tag))&gt;
&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;TemplatePart(Name:=&quot;Editor&quot;, Type:=GetType(C1TagEditor))&gt;
&lt;TemplatePart(Name:=&quot;HeaderFormat&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;ItemList&quot;, Type:=GetType(C1ListView))&gt;
&lt;TemplatePart(Name:=&quot;SuggestList&quot;, Type:=GetType(C1ListView))&gt;
&lt;TemplatePart(Name:=&quot;DropDown&quot;, Type:=GetType(C1DropDown))&gt;
&lt;TemplateVisualState(Name:=&quot;ShowHeaderFormat&quot;, GroupName:=&quot;HeaderFormatStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;HideHeaderFormat&quot;, GroupName:=&quot;HeaderFormatStates&quot;)&gt;
Public Class C1MultiSelect
    Inherits C1ItemsControl</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_C1MultiSelect__ctor" data-uid="C1.WPF.Input.C1MultiSelect.#ctor">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.-ctor.html#C1_WPF_Input_C1MultiSelect__ctor">C1MultiSelect()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Input.C1MultiSelect.html">C1MultiSelect</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_C1MultiSelect_AutoCompleteModeProperty" data-uid="C1.WPF.Input.C1MultiSelect.AutoCompleteModeProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.AutoCompleteModeProperty.html">AutoCompleteModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.AutoCompleteMode.html#C1_WPF_Input_C1MultiSelect_AutoCompleteMode">AutoCompleteMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_AutoSuggestModeProperty" data-uid="C1.WPF.Input.C1MultiSelect.AutoSuggestModeProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.AutoSuggestModeProperty.html">AutoSuggestModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.AutoSuggestMode.html#C1_WPF_Input_C1MultiSelect_AutoSuggestMode">AutoSuggestMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_CaptionStyleProperty" data-uid="C1.WPF.Input.C1MultiSelect.CaptionStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.CaptionStyleProperty.html">CaptionStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.CaptionStyle.html#C1_WPF_Input_C1MultiSelect_CaptionStyle">CaptionStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_CheckedMemberPathProperty" data-uid="C1.WPF.Input.C1MultiSelect.CheckedMemberPathProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.CheckedMemberPathProperty.html">CheckedMemberPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.CheckedMemberPath.html#C1_WPF_Input_C1MultiSelect_CheckedMemberPath">CheckedMemberPath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_CursorBorderBrushProperty" data-uid="C1.WPF.Input.C1MultiSelect.CursorBorderBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.CursorBorderBrushProperty.html">CursorBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.CursorBorderBrush.html#C1_WPF_Input_C1MultiSelect_CursorBorderBrush">CursorBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_DisabledMemberPathProperty" data-uid="C1.WPF.Input.C1MultiSelect.DisabledMemberPathProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.DisabledMemberPathProperty.html">DisabledMemberPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.DisabledMemberPath.html#C1_WPF_Input_C1MultiSelect_DisabledMemberPath">DisabledMemberPath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_DisplayModeProperty" data-uid="C1.WPF.Input.C1MultiSelect.DisplayModeProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.DisplayModeProperty.html">DisplayModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.DisplayMode.html#C1_WPF_Input_C1MultiSelect_DisplayMode">DisplayMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_DropDownHeightProperty" data-uid="C1.WPF.Input.C1MultiSelect.DropDownHeightProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.DropDownHeightProperty.html">DropDownHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.DropDownHeight.html#C1_WPF_Input_C1MultiSelect_DropDownHeight">DropDownHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_DropDownWidthProperty" data-uid="C1.WPF.Input.C1MultiSelect.DropDownWidthProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.DropDownWidthProperty.html">DropDownWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.DropDownWidth.html#C1_WPF_Input_C1MultiSelect_DropDownWidth">DropDownWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_FocusBrushProperty" data-uid="C1.WPF.Input.C1MultiSelect.FocusBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.FocusBrush.html#C1_WPF_Input_C1MultiSelect_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_HeaderFormatProperty" data-uid="C1.WPF.Input.C1MultiSelect.HeaderFormatProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.HeaderFormatProperty.html">HeaderFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.HeaderFormat.html#C1_WPF_Input_C1MultiSelect_HeaderFormat">HeaderFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_HighlightColorProperty" data-uid="C1.WPF.Input.C1MultiSelect.HighlightColorProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.HighlightColorProperty.html">HighlightColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.HighlightColor.html#C1_WPF_Input_C1MultiSelect_HighlightColor">HighlightColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_HighlightFontWeightProperty" data-uid="C1.WPF.Input.C1MultiSelect.HighlightFontWeightProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.HighlightFontWeightProperty.html">HighlightFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.HighlightFontWeight.html#C1_WPF_Input_C1MultiSelect_HighlightFontWeight">HighlightFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsDropDownOpenProperty" data-uid="C1.WPF.Input.C1MultiSelect.IsDropDownOpenProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsDropDownOpen.html#C1_WPF_Input_C1MultiSelect_IsDropDownOpen">IsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsEditableProperty" data-uid="C1.WPF.Input.C1MultiSelect.IsEditableProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsEditableProperty.html">IsEditableProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsEditable.html#C1_WPF_Input_C1MultiSelect_IsEditable">IsEditable</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsHeaderFormatVisibleProperty" data-uid="C1.WPF.Input.C1MultiSelect.IsHeaderFormatVisibleProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsHeaderFormatVisibleProperty.html">IsHeaderFormatVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsHeaderFormatVisible.html#C1_WPF_Input_C1MultiSelect_IsHeaderFormatVisible">IsHeaderFormatVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsSynchronizedWithCurrentItemProperty" data-uid="C1.WPF.Input.C1MultiSelect.IsSynchronizedWithCurrentItemProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsSynchronizedWithCurrentItemProperty.html">IsSynchronizedWithCurrentItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsSynchronizedWithCurrentItem.html#C1_WPF_Input_C1MultiSelect_IsSynchronizedWithCurrentItem">IsSynchronizedWithCurrentItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsTagEditableProperty" data-uid="C1.WPF.Input.C1MultiSelect.IsTagEditableProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsTagEditableProperty.html">IsTagEditableProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsTagEditable.html#C1_WPF_Input_C1MultiSelect_IsTagEditable">IsTagEditable</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MaxDropDownHeightProperty" data-uid="C1.WPF.Input.C1MultiSelect.MaxDropDownHeightProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxDropDownHeightProperty.html">MaxDropDownHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxDropDownHeight.html#C1_WPF_Input_C1MultiSelect_MaxDropDownHeight">MaxDropDownHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MaxDropDownWidthProperty" data-uid="C1.WPF.Input.C1MultiSelect.MaxDropDownWidthProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxDropDownWidthProperty.html">MaxDropDownWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxDropDownWidth.html#C1_WPF_Input_C1MultiSelect_MaxDropDownWidth">MaxDropDownWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MaxHeaderItemsProperty" data-uid="C1.WPF.Input.C1MultiSelect.MaxHeaderItemsProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxHeaderItemsProperty.html">MaxHeaderItemsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxHeaderItems.html#C1_WPF_Input_C1MultiSelect_MaxHeaderItems">MaxHeaderItems</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MaxSelectedItemsProperty" data-uid="C1.WPF.Input.C1MultiSelect.MaxSelectedItemsProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxSelectedItemsProperty.html">MaxSelectedItemsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxSelectedItems.html#C1_WPF_Input_C1MultiSelect_MaxSelectedItems">MaxSelectedItems</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MinDropDownHeightProperty" data-uid="C1.WPF.Input.C1MultiSelect.MinDropDownHeightProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MinDropDownHeightProperty.html">MinDropDownHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.MinDropDownHeight.html#C1_WPF_Input_C1MultiSelect_MinDropDownHeight">MinDropDownHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MinDropDownWidthProperty" data-uid="C1.WPF.Input.C1MultiSelect.MinDropDownWidthProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MinDropDownWidthProperty.html">MinDropDownWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.MinDropDownWidth.html#C1_WPF_Input_C1MultiSelect_MinDropDownWidth">MinDropDownWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MouseOverBorderBrushProperty" data-uid="C1.WPF.Input.C1MultiSelect.MouseOverBorderBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MouseOverBorderBrushProperty.html">MouseOverBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.MouseOverBorderBrush.html#C1_WPF_Input_C1MultiSelect_MouseOverBorderBrush">MouseOverBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MouseOverBrushProperty" data-uid="C1.WPF.Input.C1MultiSelect.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.MouseOverBrush.html#C1_WPF_Input_C1MultiSelect_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_PlaceholderProperty" data-uid="C1.WPF.Input.C1MultiSelect.PlaceholderProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.Placeholder.html#C1_WPF_Input_C1MultiSelect_Placeholder">Placeholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_PopupStyleProperty" data-uid="C1.WPF.Input.C1MultiSelect.PopupStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.PopupStyle.html#C1_WPF_Input_C1MultiSelect_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_PressedBrushProperty" data-uid="C1.WPF.Input.C1MultiSelect.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.PressedBrush.html#C1_WPF_Input_C1MultiSelect_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectAllCaptionProperty" data-uid="C1.WPF.Input.C1MultiSelect.SelectAllCaptionProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectAllCaptionProperty.html">SelectAllCaptionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectAllCaption.html#C1_WPF_Input_C1MultiSelect_SelectAllCaption">SelectAllCaption</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectedBackgroundProperty" data-uid="C1.WPF.Input.C1MultiSelect.SelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedBackgroundProperty.html">SelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedBackground.html#C1_WPF_Input_C1MultiSelect_SelectedBackground">SelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectedIndexProperty" data-uid="C1.WPF.Input.C1MultiSelect.SelectedIndexProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedIndex.html#C1_WPF_Input_C1MultiSelect_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectedItemProperty" data-uid="C1.WPF.Input.C1MultiSelect.SelectedItemProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedItem.html#C1_WPF_Input_C1MultiSelect_SelectedItem">SelectedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectedValuePathProperty" data-uid="C1.WPF.Input.C1MultiSelect.SelectedValuePathProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedValuePathProperty.html">SelectedValuePathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedValuePath.html#C1_WPF_Input_C1MultiSelect_SelectedValuePath">SelectedValuePath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectedValueProperty" data-uid="C1.WPF.Input.C1MultiSelect.SelectedValueProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedValueProperty.html">SelectedValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedValue.html#C1_WPF_Input_C1MultiSelect_SelectedValue">SelectedValue</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectionModeProperty" data-uid="C1.WPF.Input.C1MultiSelect.SelectionModeProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectionMode.html#C1_WPF_Input_C1MultiSelect_SelectionMode">SelectionMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SeparatorProperty" data-uid="C1.WPF.Input.C1MultiSelect.SeparatorProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SeparatorProperty.html">SeparatorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.Separator.html#C1_WPF_Input_C1MultiSelect_Separator">Separator</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_ShowCheckBoxesProperty" data-uid="C1.WPF.Input.C1MultiSelect.ShowCheckBoxesProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.ShowCheckBoxesProperty.html">ShowCheckBoxesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.ShowCheckBoxes.html#C1_WPF_Input_C1MultiSelect_ShowCheckBoxes">ShowCheckBoxes</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_ShowDropDownButtonProperty" data-uid="C1.WPF.Input.C1MultiSelect.ShowDropDownButtonProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.ShowDropDownButtonProperty.html">ShowDropDownButtonProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.ShowDropDownButton.html#C1_WPF_Input_C1MultiSelect_ShowDropDownButton">ShowDropDownButton</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_ShowSelectAllProperty" data-uid="C1.WPF.Input.C1MultiSelect.ShowSelectAllProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.ShowSelectAllProperty.html">ShowSelectAllProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.ShowSelectAll.html#C1_WPF_Input_C1MultiSelect_ShowSelectAll">ShowSelectAll</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_TagStyleProperty" data-uid="C1.WPF.Input.C1MultiSelect.TagStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.TagStyleProperty.html">TagStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.TagStyle.html#C1_WPF_Input_C1MultiSelect_TagStyle">TagStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_TextProperty" data-uid="C1.WPF.Input.C1MultiSelect.TextProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.Text.html#C1_WPF_Input_C1MultiSelect_Text">Text</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_UnSelectAllCaptionProperty" data-uid="C1.WPF.Input.C1MultiSelect.UnSelectAllCaptionProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.UnSelectAllCaptionProperty.html">UnSelectAllCaptionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.UnSelectAllCaption.html#C1_WPF_Input_C1MultiSelect_UnSelectAllCaption">UnSelectAllCaption</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_C1MultiSelect_AutoCompleteMode" data-uid="C1.WPF.Input.C1MultiSelect.AutoCompleteMode">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.AutoCompleteMode.html#C1_WPF_Input_C1MultiSelect_AutoCompleteMode">AutoCompleteMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an option that controls how automatic completion works for the C1MultiSelect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_AutoSuggestMode" data-uid="C1.WPF.Input.C1MultiSelect.AutoSuggestMode">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.AutoSuggestMode.html#C1_WPF_Input_C1MultiSelect_AutoSuggestMode">AutoSuggestMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the condition of filtering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_CaptionStyle" data-uid="C1.WPF.Input.C1MultiSelect.CaptionStyle">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.CaptionStyle.html#C1_WPF_Input_C1MultiSelect_CaptionStyle">CaptionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style used for caption CheckBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_CheckedMemberPath" data-uid="C1.WPF.Input.C1MultiSelect.CheckedMemberPath">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.CheckedMemberPath.html#C1_WPF_Input_C1MultiSelect_CheckedMemberPath">CheckedMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property used to control the checkboxes placed next to each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_CursorBorderBrush" data-uid="C1.WPF.Input.C1MultiSelect.CursorBorderBrush">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.CursorBorderBrush.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_DataCollection" data-uid="C1.WPF.Input.C1MultiSelect.DataCollection">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.DataCollection.html#C1_WPF_Input_C1MultiSelect_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the underlying collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_DisabledMemberPath" data-uid="C1.WPF.Input.C1MultiSelect.DisabledMemberPath">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.DisabledMemberPath.html#C1_WPF_Input_C1MultiSelect_DisabledMemberPath">DisabledMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property used to control the enable or disable status to each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_DisplayMode" data-uid="C1.WPF.Input.C1MultiSelect.DisplayMode">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.DisplayMode.html#C1_WPF_Input_C1MultiSelect_DisplayMode">DisplayMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to show tags or text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_DropDownHeight" data-uid="C1.WPF.Input.C1MultiSelect.DropDownHeight">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.DropDownHeight.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_DropDownWidth" data-uid="C1.WPF.Input.C1MultiSelect.DropDownWidth">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.DropDownWidth.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_FocusBrush" data-uid="C1.WPF.Input.C1MultiSelect.FocusBrush">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.FocusBrush.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_GroupStyle" data-uid="C1.WPF.Input.C1MultiSelect.GroupStyle">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.GroupStyle.html#C1_WPF_Input_C1MultiSelect_GroupStyle">GroupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of GroupStyle objects that define the appearance of each level of groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_HeaderFormat" data-uid="C1.WPF.Input.C1MultiSelect.HeaderFormat">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.HeaderFormat.html#C1_WPF_Input_C1MultiSelect_HeaderFormat">HeaderFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string used to create the header content when the control has more than MaxHeaderItems items selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_HighlightColor" data-uid="C1.WPF.Input.C1MultiSelect.HighlightColor">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.HighlightColor.html#C1_WPF_Input_C1MultiSelect_HighlightColor">HighlightColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the matched suggest text highlight color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_HighlightFontWeight" data-uid="C1.WPF.Input.C1MultiSelect.HighlightFontWeight">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.HighlightFontWeight.html#C1_WPF_Input_C1MultiSelect_HighlightFontWeight">HighlightFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the matched suggest text font weight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsDropDownOpen" data-uid="C1.WPF.Input.C1MultiSelect.IsDropDownOpen">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsDropDownOpen.html#C1_WPF_Input_C1MultiSelect_IsDropDownOpen">IsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the drop-down is currently visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsEditable" data-uid="C1.WPF.Input.C1MultiSelect.IsEditable">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsEditable.html#C1_WPF_Input_C1MultiSelect_IsEditable">IsEditable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the content of the input element should be editable or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsGrouping" data-uid="C1.WPF.Input.C1MultiSelect.IsGrouping">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsGrouping.html#C1_WPF_Input_C1MultiSelect_IsGrouping">IsGrouping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the control is using grouping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsHeaderFormatVisible" data-uid="C1.WPF.Input.C1MultiSelect.IsHeaderFormatVisible">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsHeaderFormatVisible.html#C1_WPF_Input_C1MultiSelect_IsHeaderFormatVisible">IsHeaderFormatVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether control displays the HeaderFormat text instead of selected items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsSynchronizedWithCurrentItem" data-uid="C1.WPF.Input.C1MultiSelect.IsSynchronizedWithCurrentItem">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsSynchronizedWithCurrentItem.html#C1_WPF_Input_C1MultiSelect_IsSynchronizedWithCurrentItem">IsSynchronizedWithCurrentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a Selector should keep the SelectedItem synchronized with the current item in the Items property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_IsTagEditable" data-uid="C1.WPF.Input.C1MultiSelect.IsTagEditable">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsTagEditable.html#C1_WPF_Input_C1MultiSelect_IsTagEditable">IsTagEditable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the tags are editable or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_Items" data-uid="C1.WPF.Input.C1MultiSelect.Items">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.Items.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_ListBox" data-uid="C1.WPF.Input.C1MultiSelect.ListBox">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.ListBox.html#C1_WPF_Input_C1MultiSelect_ListBox">ListBox</a>
        </td>
        <td class="markdown level1 summary"><p>Get <span class="xref">C1.WPF.ListView.C1ListView</span> in drop down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MaxDropDownHeight" data-uid="C1.WPF.Input.C1MultiSelect.MaxDropDownHeight">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxDropDownHeight.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_MaxDropDownWidth" data-uid="C1.WPF.Input.C1MultiSelect.MaxDropDownWidth">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxDropDownWidth.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_MaxHeaderItems" data-uid="C1.WPF.Input.C1MultiSelect.MaxHeaderItems">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxHeaderItems.html#C1_WPF_Input_C1MultiSelect_MaxHeaderItems">MaxHeaderItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items to display on the control header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MaxSelectedItems" data-uid="C1.WPF.Input.C1MultiSelect.MaxSelectedItems">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxSelectedItems.html#C1_WPF_Input_C1MultiSelect_MaxSelectedItems">MaxSelectedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items to selected on the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MinDropDownHeight" data-uid="C1.WPF.Input.C1MultiSelect.MinDropDownHeight">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MinDropDownHeight.html#C1_WPF_Input_C1MultiSelect_MinDropDownHeight">MinDropDownHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets minimum height constraint of the drop-down box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MinDropDownWidth" data-uid="C1.WPF.Input.C1MultiSelect.MinDropDownWidth">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MinDropDownWidth.html#C1_WPF_Input_C1MultiSelect_MinDropDownWidth">MinDropDownWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets minimum width constraint of the drop-down box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_MouseOverBorderBrush" data-uid="C1.WPF.Input.C1MultiSelect.MouseOverBorderBrush">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MouseOverBorderBrush.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_MouseOverBrush" data-uid="C1.WPF.Input.C1MultiSelect.MouseOverBrush">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.MouseOverBrush.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_Placeholder" data-uid="C1.WPF.Input.C1MultiSelect.Placeholder">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.Placeholder.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_PopupStyle" data-uid="C1.WPF.Input.C1MultiSelect.PopupStyle">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.PopupStyle.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_PressedBrush" data-uid="C1.WPF.Input.C1MultiSelect.PressedBrush">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.PressedBrush.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_SelectAllCaption" data-uid="C1.WPF.Input.C1MultiSelect.SelectAllCaption">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectAllCaption.html#C1_WPF_Input_C1MultiSelect_SelectAllCaption">SelectAllCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption for checkbox when execute SelectAll.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectedBackground" data-uid="C1.WPF.Input.C1MultiSelect.SelectedBackground">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedBackground.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_SelectedIndex" data-uid="C1.WPF.Input.C1MultiSelect.SelectedIndex">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedIndex.html#C1_WPF_Input_C1MultiSelect_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_WPF_Input_C1MultiSelect_SelectedItem" data-uid="C1.WPF.Input.C1MultiSelect.SelectedItem">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedItem.html#C1_WPF_Input_C1MultiSelect_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectedItems" data-uid="C1.WPF.Input.C1MultiSelect.SelectedItems">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedItems.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_SelectedValue" data-uid="C1.WPF.Input.C1MultiSelect.SelectedValue">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedValue.html#C1_WPF_Input_C1MultiSelect_SelectedValue">SelectedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the selected item, obtained by using the SelectedValuePath.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectedValuePath" data-uid="C1.WPF.Input.C1MultiSelect.SelectedValuePath">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectedValuePath.html#C1_WPF_Input_C1MultiSelect_SelectedValuePath">SelectedValuePath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property path that is used to get the SelectedValue property of the SelectedItem property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectionMode" data-uid="C1.WPF.Input.C1MultiSelect.SelectionMode">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectionMode.html#C1_WPF_Input_C1MultiSelect_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection behavior for the ListBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_Separator" data-uid="C1.WPF.Input.C1MultiSelect.Separator">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.Separator.html#C1_WPF_Input_C1MultiSelect_Separator">Separator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets string which is used as separator in multi-select mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_ShowCheckBoxes" data-uid="C1.WPF.Input.C1MultiSelect.ShowCheckBoxes">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.ShowCheckBoxes.html#C1_WPF_Input_C1MultiSelect_ShowCheckBoxes">ShowCheckBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to show checkboxes for items in dropdown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_ShowDropDownButton" data-uid="C1.WPF.Input.C1MultiSelect.ShowDropDownButton">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.ShowDropDownButton.html#C1_WPF_Input_C1MultiSelect_ShowDropDownButton">ShowDropDownButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the control should display a drop-down button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_ShowSelectAll" data-uid="C1.WPF.Input.C1MultiSelect.ShowSelectAll">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.ShowSelectAll.html#C1_WPF_Input_C1MultiSelect_ShowSelectAll">ShowSelectAll</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether show select all UI or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_TagStyle" data-uid="C1.WPF.Input.C1MultiSelect.TagStyle">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.TagStyle.html#C1_WPF_Input_C1MultiSelect_TagStyle">TagStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style used for the tags in Tag mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_Text" data-uid="C1.WPF.Input.C1MultiSelect.Text">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.Text.html#C1_WPF_Input_C1MultiSelect_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text shown in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_UnSelectAllCaption" data-uid="C1.WPF.Input.C1MultiSelect.UnSelectAllCaption">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.UnSelectAllCaption.html#C1_WPF_Input_C1MultiSelect_UnSelectAllCaption">UnSelectAllCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption for checkbox when execute UnSelectAll.</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_C1MultiSelect_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.Input.C1MultiSelect.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.ChangeVisualStateCommon.html#C1_WPF_Input_C1MultiSelect_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_ChangeVisualStateHeaderFormat_System_Boolean_" data-uid="C1.WPF.Input.C1MultiSelect.ChangeVisualStateHeaderFormat(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.ChangeVisualStateHeaderFormat.html#C1_WPF_Input_C1MultiSelect_ChangeVisualStateHeaderFormat_System_Boolean_">ChangeVisualStateHeaderFormat(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the HeaderFormat visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_Dispose_System_Boolean_" data-uid="C1.WPF.Input.C1MultiSelect.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.Dispose.html#C1_WPF_Input_C1MultiSelect_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_OnApplyTemplate" data-uid="C1.WPF.Input.C1MultiSelect.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.OnApplyTemplate.html#C1_WPF_Input_C1MultiSelect_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_OnGotFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Input.C1MultiSelect.OnGotFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.OnGotFocus.html#C1_WPF_Input_C1MultiSelect_OnGotFocus_System_Windows_RoutedEventArgs_">OnGotFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_OnItemsSourceChangedProtected_System_Collections_IEnumerable_System_Collections_IEnumerable_" data-uid="C1.WPF.Input.C1MultiSelect.OnItemsSourceChangedProtected(System.Collections.IEnumerable,System.Collections.IEnumerable)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.OnItemsSourceChangedProtected.html#C1_WPF_Input_C1MultiSelect_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_C1MultiSelect_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Input.C1MultiSelect.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.OnKeyDown.html#C1_WPF_Input_C1MultiSelect_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Input.C1MultiSelect.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.OnPreviewKeyDown.html#C1_WPF_Input_C1MultiSelect_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_">OnPreviewKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>OnPreviewKeyDown</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_OnSelectionChanged_System_Object_System_Windows_Controls_SelectionChangedEventArgs_" data-uid="C1.WPF.Input.C1MultiSelect.OnSelectionChanged(System.Object,System.Windows.Controls.SelectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.OnSelectionChanged.html#C1_WPF_Input_C1MultiSelect_OnSelectionChanged_System_Object_System_Windows_Controls_SelectionChangedEventArgs_">OnSelectionChanged(object, SelectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_SelectAll" data-uid="C1.WPF.Input.C1MultiSelect.SelectAll">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectAll.html#C1_WPF_Input_C1MultiSelect_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all the items in a <a class="xref" href="C1.WPF.Input.C1MultiSelect.html">C1MultiSelect</a>.</p>
<p>You can use <a class="xref" href="C1.WPF.Input.C1MultiSelect.MaxSelectedItems.html#C1_WPF_Input_C1MultiSelect_MaxSelectedItems">MaxSelectedItems</a> to limit the number of items that can be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_UnselectAll" data-uid="C1.WPF.Input.C1MultiSelect.UnselectAll">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.UnselectAll.html#C1_WPF_Input_C1MultiSelect_UnselectAll">UnselectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all the selection in a <a class="xref" href="C1.WPF.Input.C1MultiSelect.html">C1MultiSelect</a>.</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_C1MultiSelect_SelectionChanged" data-uid="C1.WPF.Input.C1MultiSelect.SelectionChanged">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection of a C1MultiSelect changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
