# C1.Win.TreeView.BindingInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TreeView_BindingInfo" data-uid="C1.Win.TreeView.BindingInfo" class="text-break">BindingInfo 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">BindingInfo</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_BindingInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class BindingInfo : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class BindingInfo
    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_BindingInfo__ctor" data-uid="C1.Win.TreeView.BindingInfo.#ctor">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.-ctor.html#C1_Win_TreeView_BindingInfo__ctor">BindingInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.TreeView.BindingInfo.html">BindingInfo</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_BindingInfo_AutoGenerateColumns" data-uid="C1.Win.TreeView.BindingInfo.AutoGenerateColumns">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.AutoGenerateColumns.html#C1_Win_TreeView_BindingInfo_AutoGenerateColumns">AutoGenerateColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether bound fields are automatically created for each field in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_BindingMode" data-uid="C1.Win.TreeView.BindingInfo.BindingMode">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.BindingMode.html#C1_Win_TreeView_BindingInfo_BindingMode">BindingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating type of the bound mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_CheckedFieldName" data-uid="C1.Win.TreeView.BindingInfo.CheckedFieldName">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.CheckedFieldName.html#C1_Win_TreeView_BindingInfo_CheckedFieldName">CheckedFieldName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of fields to be used for binding with checkboxes depending on the level of the node.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_CheckedMemberPath" data-uid="C1.Win.TreeView.BindingInfo.CheckedMemberPath">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.CheckedMemberPath.html#C1_Win_TreeView_BindingInfo_CheckedMemberPath">CheckedMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that identifies the data source fields that are used to bind to the <a class="xref" href="C1.Win.TreeView.C1TreeNode.Checked.html#C1_Win_TreeView_C1TreeNode_Checked">Checked</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_DataMember" data-uid="C1.Win.TreeView.BindingInfo.DataMember">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.DataMember.html#C1_Win_TreeView_BindingInfo_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_BindingInfo_DataMemberPath" data-uid="C1.Win.TreeView.BindingInfo.DataMemberPath">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.DataMemberPath.html#C1_Win_TreeView_BindingInfo_DataMemberPath">DataMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that identifies the names of a specific record set within the <a class="xref" href="C1.Win.TreeView.BindingInfo.DataSource.html#C1_Win_TreeView_BindingInfo_DataSource">DataSource</a> by tree levels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_DataSource" data-uid="C1.Win.TreeView.BindingInfo.DataSource">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.DataSource.html#C1_Win_TreeView_BindingInfo_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object used as the data source for the current tree view control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_DisabledFieldName" data-uid="C1.Win.TreeView.BindingInfo.DisabledFieldName">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.DisabledFieldName.html#C1_Win_TreeView_BindingInfo_DisabledFieldName">DisabledFieldName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of fields to be used for binding with enabled properties depending on the level of the node.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_DisabledMemberPath" data-uid="C1.Win.TreeView.BindingInfo.DisabledMemberPath">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.DisabledMemberPath.html#C1_Win_TreeView_BindingInfo_DisabledMemberPath">DisabledMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that identifies the data source fields that are used to bind to the <a class="xref" href="C1.Win.TreeView.C1TreeNode.Enabled.html#C1_Win_TreeView_C1TreeNode_Enabled">Enabled</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_KeyField" data-uid="C1.Win.TreeView.BindingInfo.KeyField">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.KeyField.html#C1_Win_TreeView_BindingInfo_KeyField">KeyField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the key field of the data source bound to the tree view control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_KeyMemberPath" data-uid="C1.Win.TreeView.BindingInfo.KeyMemberPath">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.KeyMemberPath.html#C1_Win_TreeView_BindingInfo_KeyMemberPath">KeyMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that identifies the key fields of the data source by tree levels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_ParentKeyField" data-uid="C1.Win.TreeView.BindingInfo.ParentKeyField">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.ParentKeyField.html#C1_Win_TreeView_BindingInfo_ParentKeyField">ParentKeyField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value representing the data source field identifying the parent record in this data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_BindingInfo_ParentKeyMemberPath" data-uid="C1.Win.TreeView.BindingInfo.ParentKeyMemberPath">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.ParentKeyMemberPath.html#C1_Win_TreeView_BindingInfo_ParentKeyMemberPath">ParentKeyMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that identifies the parent key fields of the data source by tree levels.</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_BindingInfo_OnPropertyChanged_System_String_" data-uid="C1.Win.TreeView.BindingInfo.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.OnPropertyChanged.html#C1_Win_TreeView_BindingInfo_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_BindingInfo_PropertyChanged" data-uid="C1.Win.TreeView.BindingInfo.PropertyChanged">
          <a class="xref" href="C1.Win.TreeView.BindingInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
