# C1.Win.TreeView.CheckBoxInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TreeView_CheckBoxInfo" data-uid="C1.Win.TreeView.CheckBoxInfo" class="text-break">CheckBoxInfo Class
</h1>
  <div class="markdown level0 summary"><p>Contains a logic of C1TreeColumn header CheckBox.</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">CheckBoxInfo</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_CheckBoxInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class CheckBoxInfo : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class CheckBoxInfo
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <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_CheckBoxInfo_CheckState" data-uid="C1.Win.TreeView.CheckBoxInfo.CheckState">
          <a class="xref" href="C1.Win.TreeView.CheckBoxInfo.CheckState.html#C1_Win_TreeView_CheckBoxInfo_CheckState">CheckState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the state of the tree node checkbox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxInfo_Checked" data-uid="C1.Win.TreeView.CheckBoxInfo.Checked">
          <a class="xref" href="C1.Win.TreeView.CheckBoxInfo.Checked.html#C1_Win_TreeView_CheckBoxInfo_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the tree node checkbox is in the checked state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxInfo_Visible" data-uid="C1.Win.TreeView.CheckBoxInfo.Visible">
          <a class="xref" href="C1.Win.TreeView.CheckBoxInfo.Visible.html#C1_Win_TreeView_CheckBoxInfo_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the CheckBox are displayed in header of first visible C1TreeColumn.</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_CheckBoxInfo_OnPropertyChanged_System_String_" data-uid="C1.Win.TreeView.CheckBoxInfo.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.TreeView.CheckBoxInfo.OnPropertyChanged.html#C1_Win_TreeView_CheckBoxInfo_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the PropertyChanged event.</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_CheckBoxInfo_PropertyChanged" data-uid="C1.Win.TreeView.CheckBoxInfo.PropertyChanged">
          <a class="xref" href="C1.Win.TreeView.CheckBoxInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
