# C1.WPF.Grid.GridNewRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridNewRow" data-uid="C1.WPF.Grid.GridNewRow" class="text-break">GridNewRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row used to enter new records in the grid.</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">GridNewRow</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_GridNewRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridNewRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridNewRow
    Inherits GridRow
    Implements INotifyPropertyChanging, 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_WPF_Grid_GridNewRow_DataItem" data-uid="C1.WPF.Grid.GridNewRow.DataItem">
          <a class="xref" href="C1.WPF.Grid.GridNewRow.DataItem.html#C1_WPF_Grid_GridNewRow_DataItem">DataItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNewRow_Placeholder" data-uid="C1.WPF.Grid.GridNewRow.Placeholder">
          <a class="xref" href="C1.WPF.Grid.GridNewRow.Placeholder.html#C1_WPF_Grid_GridNewRow_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the message displayed in the row when it is not entering data.</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_WPF_Grid_GridNewRow_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridNewRow.BindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridNewRow.BindCellContent.html#C1_WPF_Grid_GridNewRow_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">BindCellContent(FrameworkElement, GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the content of the cell for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNewRow_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_" data-uid="C1.WPF.Grid.GridNewRow.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridNewRow.CreateCellContent.html#C1_WPF_Grid_GridNewRow_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_">CreateCellContent(GridCellType, GridColumn, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the content of the cell for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNewRow_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridNewRow.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridNewRow.GetCellContentType.html#C1_WPF_Grid_GridNewRow_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">GetCellContentType(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNewRow_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridNewRow.GetMergedRange(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridNewRow.GetMergedRange.html#C1_WPF_Grid_GridNewRow_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridColumn_">GetMergedRange(GridCellType, GridCellRange, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.Grid.GridCellRange.html">GridCellRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNewRow_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_C1_WPF_Grid_GridCellView_System_Windows_Thickness_" data-uid="C1.WPF.Grid.GridNewRow.PrepareCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,C1.WPF.Grid.GridCellView,System.Windows.Thickness)">
          <a class="xref" href="C1.WPF.Grid.GridNewRow.PrepareCell.html#C1_WPF_Grid_GridNewRow_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_C1_WPF_Grid_GridCellView_System_Windows_Thickness_">PrepareCell(GridCellType, GridColumn, GridCellView, Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares the cell to be shown.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
