# C1.Win.TreeView.CheckListBindingInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TreeView_CheckListBindingInfo" data-uid="C1.Win.TreeView.CheckListBindingInfo" class="text-break">CheckListBindingInfo Class
</h1>
  <div class="markdown level0 summary"><p>Contains information about a data binding.</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">CheckListBindingInfo</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_CheckListBindingInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class CheckListBindingInfo : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class CheckListBindingInfo
    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_CheckListBindingInfo_CheckedMemberPath" data-uid="C1.Win.TreeView.CheckListBindingInfo.CheckedMemberPath">
          <a class="xref" href="C1.Win.TreeView.CheckListBindingInfo.CheckedMemberPath.html#C1_Win_TreeView_CheckListBindingInfo_CheckedMemberPath">CheckedMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property used to control the check boxes placed next to each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckListBindingInfo_DataMember" data-uid="C1.Win.TreeView.CheckListBindingInfo.DataMember">
          <a class="xref" href="C1.Win.TreeView.CheckListBindingInfo.DataMember.html#C1_Win_TreeView_CheckListBindingInfo_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a name of a specific record set within the DataSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckListBindingInfo_DataSource" data-uid="C1.Win.TreeView.CheckListBindingInfo.DataSource">
          <a class="xref" href="C1.Win.TreeView.CheckListBindingInfo.DataSource.html#C1_Win_TreeView_CheckListBindingInfo_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object used as the data source for the current <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckListBindingInfo_DisabledMemberPath" data-uid="C1.Win.TreeView.CheckListBindingInfo.DisabledMemberPath">
          <a class="xref" href="C1.Win.TreeView.CheckListBindingInfo.DisabledMemberPath.html#C1_Win_TreeView_CheckListBindingInfo_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_Win_TreeView_CheckListBindingInfo_DisplayMemberPath" data-uid="C1.Win.TreeView.CheckListBindingInfo.DisplayMemberPath">
          <a class="xref" href="C1.Win.TreeView.CheckListBindingInfo.DisplayMemberPath.html#C1_Win_TreeView_CheckListBindingInfo_DisplayMemberPath">DisplayMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a path to a value on the source object to serve as the visual representation of the object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckListBindingInfo_ValueMemberPath" data-uid="C1.Win.TreeView.CheckListBindingInfo.ValueMemberPath">
          <a class="xref" href="C1.Win.TreeView.CheckListBindingInfo.ValueMemberPath.html#C1_Win_TreeView_CheckListBindingInfo_ValueMemberPath">ValueMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property path that is used to get the value of item in the C1CheckList.</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_CheckListBindingInfo_OnPropertyChanged_System_String_" data-uid="C1.Win.TreeView.CheckListBindingInfo.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.TreeView.CheckListBindingInfo.OnPropertyChanged.html#C1_Win_TreeView_CheckListBindingInfo_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_CheckListBindingInfo_PropertyChanged" data-uid="C1.Win.TreeView.CheckListBindingInfo.PropertyChanged">
          <a class="xref" href="C1.Win.TreeView.CheckListBindingInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
