# C1.WPF.Grid.GridBoundRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridBoundRow" data-uid="C1.WPF.Grid.GridBoundRow" class="text-break">GridBoundRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row that is bound to a data item.</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"><a class="xref" href="C1.WPF.Grid.GridRowCol.html">GridRowCol</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Grid.GridRow.html">GridRow</a></div>
    <div class="level3"><span class="xref">GridBoundRow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanging">INotifyPropertyChanging</a></div>
    <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.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridBoundRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridBoundRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridBoundRow
    Inherits GridRow
    Implements INotifyPropertyChanging, 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_WPF_Grid_GridBoundRow__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_" data-uid="C1.WPF.Grid.GridBoundRow.#ctor(C1.DataCollection.IDataCollection{System.Object},System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridBoundRow.-ctor.html#C1_WPF_Grid_GridBoundRow__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_">GridBoundRow(IDataCollection&lt;object&gt;, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridBoundRow.html">GridBoundRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridBoundRow__ctor_System_Object_" data-uid="C1.WPF.Grid.GridBoundRow.#ctor(System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridBoundRow.-ctor.html#C1_WPF_Grid_GridBoundRow__ctor_System_Object_">GridBoundRow(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridBoundRow.html">GridBoundRow</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
