# C1.DataCollection.BindingList.IBindingListDataCollectionItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_BindingList_IBindingListDataCollectionItem" data-uid="C1.DataCollection.BindingList.IBindingListDataCollectionItem" class="text-break">IBindingListDataCollectionItem Interface
</h1>
  <div class="markdown level0 summary"><p>Interface implemented by dynamic items created by <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.html">C1BindingListDataCollection</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataCollection.BindingList.html">C1.DataCollection.BindingList</a></h6>
  <h6><strong>Assembly</strong>: C1.DataCollection.BindingList.dll</h6>
  <h5 id="C1_DataCollection_BindingList_IBindingListDataCollectionItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBindingListDataCollectionItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IBindingListDataCollectionItem</code></pre>
  </div>
  <h5 id="C1_DataCollection_BindingList_IBindingListDataCollectionItem_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This interface can be used to access the original item in the underlying <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglist">IBindingList</a>.</p>
</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_DataCollection_BindingList_IBindingListDataCollectionItem_Item" data-uid="C1.DataCollection.BindingList.IBindingListDataCollectionItem.Item">
          <a class="xref" href="C1.DataCollection.BindingList.IBindingListDataCollectionItem.Item.html#C1_DataCollection_BindingList_IBindingListDataCollectionItem_Item">Item</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the original item in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglist">IBindingList</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
