# C1.WPF.Input.C1MultiSelectItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Input_C1MultiSelectItem" data-uid="C1.WPF.Input.C1MultiSelectItem" class="text-break">C1MultiSelectItem Class
</h1>
  <div class="markdown level0 summary"><p>Model class to store settings of an item inside <a class="xref" href="C1.WPF.Input.C1MultiSelect.html">C1MultiSelect</a>.</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">C1MultiSelectItem</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.Input.C1MultiSelectGroupItem.html">C1MultiSelectGroupItem</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Input.html">C1.WPF.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Input.dll</h6>
  <h5 id="C1_WPF_Input_C1MultiSelectItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1MultiSelectItem : ListViewItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1MultiSelectItem
    Inherits ListViewItem</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_C1MultiSelectItem__ctor" data-uid="C1.WPF.Input.C1MultiSelectItem.#ctor">
          <a class="xref" href="C1.WPF.Input.C1MultiSelectItem.-ctor.html#C1_WPF_Input_C1MultiSelectItem__ctor">C1MultiSelectItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of <a class="xref" href="C1.WPF.Input.C1MultiSelectItem.html">C1MultiSelectItem</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelectItem__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_" data-uid="C1.WPF.Input.C1MultiSelectItem.#ctor(C1.DataCollection.IDataCollection{System.Object},System.Int32)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelectItem.-ctor.html#C1_WPF_Input_C1MultiSelectItem__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_">C1MultiSelectItem(IDataCollection&lt;object&gt;, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of <a class="xref" href="C1.WPF.Input.C1MultiSelectItem.html">C1MultiSelectItem</a> class.</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_C1MultiSelectItem_IsEnabled" data-uid="C1.WPF.Input.C1MultiSelectItem.IsEnabled">
          <a class="xref" href="C1.WPF.Input.C1MultiSelectItem.IsEnabled.html#C1_WPF_Input_C1MultiSelectItem_IsEnabled">IsEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the IsEnabled property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelectItem_Parent" data-uid="C1.WPF.Input.C1MultiSelectItem.Parent">
          <a class="xref" href="C1.WPF.Input.C1MultiSelectItem.Parent.html#C1_WPF_Input_C1MultiSelectItem_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent group item.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Input_C1MultiSelectItem_SetField__1___0____0_System_String_" data-uid="C1.WPF.Input.C1MultiSelectItem.SetField``1(``0@,``0,System.String)">
          <a class="xref" href="C1.WPF.Input.C1MultiSelectItem.SetField.html#C1_WPF_Input_C1MultiSelectItem_SetField__1___0____0_System_String_">SetField&lt;T&gt;(ref T, T, string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
