# C1.Win.TreeView.C1CheckListItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TreeView_C1CheckListItem" data-uid="C1.Win.TreeView.C1CheckListItem" class="text-break">C1CheckListItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents an item of a <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</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">C1CheckListItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TreeView.html">C1.Win.TreeView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TreeView.10.dll</h6>
  <h5 id="C1_Win_TreeView_C1CheckListItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1CheckListItem : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1CheckListItem
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_TreeView_C1CheckListItem__ctor" data-uid="C1.Win.TreeView.C1CheckListItem.#ctor">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.-ctor.html#C1_Win_TreeView_C1CheckListItem__ctor">C1CheckListItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.TreeView.C1CheckListItem.html">C1CheckListItem</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckListItem__ctor_System_Object_" data-uid="C1.Win.TreeView.C1CheckListItem.#ctor(System.Object)">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.-ctor.html#C1_Win_TreeView_C1CheckListItem__ctor_System_Object_">C1CheckListItem(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.TreeView.C1CheckListItem.html">C1CheckListItem</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_Win_TreeView_C1CheckListItem_DisplayText" data-uid="C1.Win.TreeView.C1CheckListItem.DisplayText">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.DisplayText.html#C1_Win_TreeView_C1CheckListItem_DisplayText">DisplayText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display text of the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckListItem_Enabled" data-uid="C1.Win.TreeView.C1CheckListItem.Enabled">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.Enabled.html#C1_Win_TreeView_C1CheckListItem_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this item is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckListItem_Selected" data-uid="C1.Win.TreeView.C1CheckListItem.Selected">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.Selected.html#C1_Win_TreeView_C1CheckListItem_Selected">Selected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the item is in the selected state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckListItem_Value" data-uid="C1.Win.TreeView.C1CheckListItem.Value">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.Value.html#C1_Win_TreeView_C1CheckListItem_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the 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_Win_TreeView_C1CheckListItem_Equals_System_Object_" data-uid="C1.Win.TreeView.C1CheckListItem.Equals(System.Object)">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.Equals.html#C1_Win_TreeView_C1CheckListItem_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckListItem_GetHashCode" data-uid="C1.Win.TreeView.C1CheckListItem.GetHashCode">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.GetHashCode.html#C1_Win_TreeView_C1CheckListItem_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckListItem_OnPropertyChanged_System_String_" data-uid="C1.Win.TreeView.C1CheckListItem.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.OnPropertyChanged.html#C1_Win_TreeView_C1CheckListItem_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.TreeView.C1CheckListItem.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckListItem_ResetStyles" data-uid="C1.Win.TreeView.C1CheckListItem.ResetStyles">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.ResetStyles.html#C1_Win_TreeView_C1CheckListItem_ResetStyles">ResetStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Reset styles of item.</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_Win_TreeView_C1CheckListItem_PropertyChanged" data-uid="C1.Win.TreeView.C1CheckListItem.PropertyChanged">
          <a class="xref" href="C1.Win.TreeView.C1CheckListItem.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
