# C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper" data-uid="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper" class="text-break">C1BindingListDataCollection.ItemWrapper Class
</h1>
  <div class="markdown level0 summary"><p>Base class for dynamically created records from <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.html">C1BindingListDataCollection</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">C1BindingListDataCollection.ItemWrapper</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.DataCollection.BindingList.IBindingListDataCollectionItem.html">IBindingListDataCollectionItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ieditableobject">IEditableObject</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.idataerrorinfo">IDataErrorInfo</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifydataerrorinfo">INotifyDataErrorInfo</a></div>
  </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_C1BindingListDataCollection_ItemWrapper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1BindingListDataCollection.ItemWrapper : IBindingListDataCollectionItem, IEditableObject, IDataErrorInfo, INotifyDataErrorInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1BindingListDataCollection.ItemWrapper
    Implements IBindingListDataCollectionItem, IEditableObject, IDataErrorInfo, INotifyDataErrorInfo</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_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper__ctor_System_Object_" data-uid="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.#ctor(System.Object)">
          <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.-ctor.html#C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper__ctor_System_Object_">ItemWrapper(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.html">C1BindingListDataCollection.ItemWrapper</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_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_Item" data-uid="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.Item">
          <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.Item.html#C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_Item">Item</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the wrapped 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_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_BeginEdit" data-uid="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.BeginEdit">
          <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.BeginEdit.html#C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_BeginEdit">BeginEdit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_CancelEdit" data-uid="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.CancelEdit">
          <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.CancelEdit.html#C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_CancelEdit">CancelEdit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_EndEdit" data-uid="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.EndEdit">
          <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.EndEdit.html#C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_EndEdit">EndEdit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_Equals_System_Object_" data-uid="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.Equals(System.Object)">
          <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.Equals.html#C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_GetHashCode" data-uid="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.GetHashCode">
          <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.GetHashCode.html#C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_ToString" data-uid="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.ToString">
          <a class="xref" href="C1.DataCollection.BindingList.C1BindingListDataCollection.ItemWrapper.ToString.html#C1_DataCollection_BindingList_C1BindingListDataCollection_ItemWrapper_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
