# 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 <a class="xref" href="C1.WPF.Input.C1CheckList.html">C1CheckList</a> 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol">ItemsControl</a></div>
    <div class="level8"><span class="xref">C1MultiSelect</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.icontainitemstorage">IContainItemStorage</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.4.6.2.dll</h6>
  <h5 id="C1_WPF_Input_C1MultiSelect_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Editor&quot;, Type = typeof(C1TagEditor))]
[TemplatePart(Name = &quot;CheckList&quot;, Type = typeof(C1CheckList))]
[TemplatePart(Name = &quot;HeaderFormat&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;SuggestList&quot;, Type = typeof(C1CheckList))]
[TemplatePart(Name = &quot;DropDown&quot;, Type = typeof(C1DropDown))]
[TemplateVisualState(Name = &quot;HideHeaderFormat&quot;, GroupName = &quot;HeaderFormatStates&quot;)]
[TemplateVisualState(Name = &quot;ShowHeaderFormat&quot;, GroupName = &quot;HeaderFormatStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[StyleTypedProperty(Property = &quot;TagStyle&quot;, StyleTargetType = typeof(Border))]
public class C1MultiSelect : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Editor&quot;, Type:=GetType(C1TagEditor))&gt;
&lt;TemplatePart(Name:=&quot;CheckList&quot;, Type:=GetType(C1CheckList))&gt;
&lt;TemplatePart(Name:=&quot;HeaderFormat&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;SuggestList&quot;, Type:=GetType(C1CheckList))&gt;
&lt;TemplatePart(Name:=&quot;DropDown&quot;, Type:=GetType(C1DropDown))&gt;
&lt;TemplateVisualState(Name:=&quot;HideHeaderFormat&quot;, GroupName:=&quot;HeaderFormatStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;ShowHeaderFormat&quot;, GroupName:=&quot;HeaderFormatStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;StyleTypedProperty(Property:=&quot;TagStyle&quot;, StyleTargetType:=GetType(Border))&gt;
Public Class C1MultiSelect
    Inherits ItemsControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</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 a <a class="xref" href="C1.WPF.Input.C1MultiSelect.html">C1MultiSelect</a>.</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_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_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_IsDroppedDownProperty" data-uid="C1.WPF.Input.C1MultiSelect.IsDroppedDownProperty">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsDroppedDownProperty.html">IsDroppedDownProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsDroppedDown.html#C1_WPF_Input_C1MultiSelect_IsDroppedDown">IsDroppedDown</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_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_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 <span class="xref">C1.WPF.Input.C1MultiSelect.SelectedItem</span> 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_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_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 hightlight 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_IsDroppedDown" data-uid="C1.WPF.Input.C1MultiSelect.IsDroppedDown">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsDroppedDown.html#C1_WPF_Input_C1MultiSelect_IsDroppedDown">IsDroppedDown</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 a value that indicates whether header format is shown.</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 used to generate the content of the ItemsControl.</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 <a class="xref" href="C1.WPF.Input.C1CheckList.html">C1CheckList</a> 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_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 string shown as a hint when the control is empty.</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_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_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"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Input.C1MultiSelect.html">C1MultiSelect</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelect_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Input.C1MultiSelect.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.OnPropertyChanged.html#C1_WPF_Input_C1MultiSelect_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</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>
</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_IsMouseOverChanged" data-uid="C1.WPF.Input.C1MultiSelect.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.Input.C1MultiSelect.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
      <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>
