# C1.WPF.Grid.GridRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridRow" data-uid="C1.WPF.Grid.GridRow" class="text-break">GridRow Class
</h1>
  <div class="markdown level0 summary"><p>Represent a row.</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"><span class="xref">GridRow</span></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridBoundRow.html">GridBoundRow</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridDetailRow-1.html">GridDetailRow&lt;TItem&gt;</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridFilterRow.html">GridFilterRow</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridIncrementalLoadingRow.html">GridIncrementalLoadingRow</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridNewRow.html">GridNewRow</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridSummaryRow.html">GridSummaryRow</a></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_GridRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridRow : GridRowCol, INotifyPropertyChanging, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridRow
    Inherits GridRowCol
    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_GridRow__ctor" data-uid="C1.WPF.Grid.GridRow.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridRow.-ctor.html#C1_WPF_Grid_GridRow__ctor">GridRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridRow.html">GridRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_" data-uid="C1.WPF.Grid.GridRow.#ctor(C1.DataCollection.IDataCollection{System.Object},System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridRow.-ctor.html#C1_WPF_Grid_GridRow__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_">GridRow(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.GridRow.html">GridRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow__ctor_System_Object_" data-uid="C1.WPF.Grid.GridRow.#ctor(System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridRow.-ctor.html#C1_WPF_Grid_GridRow__ctor_System_Object_">GridRow(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridRow.html">GridRow</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_WPF_Grid_GridRow_ActualHeight" data-uid="C1.WPF.Grid.GridRow.ActualHeight">
          <a class="xref" href="C1.WPF.Grid.GridRow.ActualHeight.html#C1_WPF_Grid_GridRow_ActualHeight">ActualHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual height of the row in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_ActualVisible" data-uid="C1.WPF.Grid.GridRow.ActualVisible">
          <a class="xref" href="C1.WPF.Grid.GridRow.ActualVisible.html#C1_WPF_Grid_GridRow_ActualVisible">ActualVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the row is visible. The row could be collapsed either because the <a class="xref" href="C1.WPF.Grid.GridRow.IsVisible.html#C1_WPF_Grid_GridRow_IsVisible">IsVisible</a> was set to false or the <a class="xref" href="C1.WPF.Grid.GridRow.Parent.html#C1_WPF_Grid_GridRow_Parent">Parent</a> is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_AllowCustomCells" data-uid="C1.WPF.Grid.GridRow.AllowCustomCells">
          <a class="xref" href="C1.WPF.Grid.GridRow.AllowCustomCells.html#C1_WPF_Grid_GridRow_AllowCustomCells">AllowCustomCells</a>
        </td>
        <td class="markdown level1 summary"><p>When set to true the methods <a class="xref" href="C1.WPF.Grid.GridRow.GetCellKind.html#C1_WPF_Grid_GridRow_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">GetCellKind(GridCellType, GridColumn)</a>, <a class="xref" href="C1.WPF.Grid.GridRow.CreateCell.html#C1_WPF_Grid_GridRow_CreateCell_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridColumn_">CreateCell(GridCellType, object, GridColumn)</a>, <a class="xref" href="C1.WPF.Grid.GridRow.BindCell.html#C1_WPF_Grid_GridRow_BindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">BindCell(GridCellView, GridCellType, GridColumn)</a> and <a class="xref" href="C1.WPF.Grid.GridRow.UnbindCell.html#C1_WPF_Grid_GridRow_UnbindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">UnbindCell(GridCellView, GridCellType, GridColumn)</a> will be called allowing customized cells, inheriting from <a class="xref" href="C1.WPF.Grid.GridCellView.html">GridCellView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_AllowDragging" data-uid="C1.WPF.Grid.GridRow.AllowDragging">
          <a class="xref" href="C1.WPF.Grid.GridRow.AllowDragging.html#C1_WPF_Grid_GridRow_AllowDragging">AllowDragging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this row can be dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_AllowMerging" data-uid="C1.WPF.Grid.GridRow.AllowMerging">
          <a class="xref" href="C1.WPF.Grid.GridRow.AllowMerging.html#C1_WPF_Grid_GridRow_AllowMerging">AllowMerging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether cells in this row can be merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_AllowResizing" data-uid="C1.WPF.Grid.GridRow.AllowResizing">
          <a class="xref" href="C1.WPF.Grid.GridRow.AllowResizing.html#C1_WPF_Grid_GridRow_AllowResizing">AllowResizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this row can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_AreChildrenBelow" data-uid="C1.WPF.Grid.GridRow.AreChildrenBelow">
          <a class="xref" href="C1.WPF.Grid.GridRow.AreChildrenBelow.html#C1_WPF_Grid_GridRow_AreChildrenBelow">AreChildrenBelow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the children are below this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Background" data-uid="C1.WPF.Grid.GridRow.Background">
          <a class="xref" href="C1.WPF.Grid.GridRow.Background.html#C1_WPF_Grid_GridRow_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the background
of cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_CellFactory" data-uid="C1.WPF.Grid.GridRow.CellFactory">
          <a class="xref" href="C1.WPF.Grid.GridRow.CellFactory.html#C1_WPF_Grid_GridRow_CellFactory">CellFactory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell-factory.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Children" data-uid="C1.WPF.Grid.GridRow.Children">
          <a class="xref" href="C1.WPF.Grid.GridRow.Children.html#C1_WPF_Grid_GridRow_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the children of this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_DataCollection" data-uid="C1.WPF.Grid.GridRow.DataCollection">
          <a class="xref" href="C1.WPF.Grid.GridRow.DataCollection.html#C1_WPF_Grid_GridRow_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection to which the bound item belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_DataIndex" data-uid="C1.WPF.Grid.GridRow.DataIndex">
          <a class="xref" href="C1.WPF.Grid.GridRow.DataIndex.html#C1_WPF_Grid_GridRow_DataIndex">DataIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the data inside the collection of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_DataItem" data-uid="C1.WPF.Grid.GridRow.DataItem">
          <a class="xref" href="C1.WPF.Grid.GridRow.DataItem.html#C1_WPF_Grid_GridRow_DataItem">DataItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Foreground" data-uid="C1.WPF.Grid.GridRow.Foreground">
          <a class="xref" href="C1.WPF.Grid.GridRow.Foreground.html#C1_WPF_Grid_GridRow_Foreground">Foreground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the foreground
of cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Grid" data-uid="C1.WPF.Grid.GridRow.Grid">
          <a class="xref" href="C1.WPF.Grid.GridRow.Grid.html#C1_WPF_Grid_GridRow_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the grid containing this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_HasErrors" data-uid="C1.WPF.Grid.GridRow.HasErrors">
          <a class="xref" href="C1.WPF.Grid.GridRow.HasErrors.html#C1_WPF_Grid_GridRow_HasErrors">HasErrors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether a row has errors</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_HeaderBackground" data-uid="C1.WPF.Grid.GridRow.HeaderBackground">
          <a class="xref" href="C1.WPF.Grid.GridRow.HeaderBackground.html#C1_WPF_Grid_GridRow_HeaderBackground">HeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the background
of header cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_HeaderForeground" data-uid="C1.WPF.Grid.GridRow.HeaderForeground">
          <a class="xref" href="C1.WPF.Grid.GridRow.HeaderForeground.html#C1_WPF_Grid_GridRow_HeaderForeground">HeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint the foreground
of header cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Height" data-uid="C1.WPF.Grid.GridRow.Height">
          <a class="xref" href="C1.WPF.Grid.GridRow.Height.html#C1_WPF_Grid_GridRow_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_IsReadOnly" data-uid="C1.WPF.Grid.GridRow.IsReadOnly">
          <a class="xref" href="C1.WPF.Grid.GridRow.IsReadOnly.html#C1_WPF_Grid_GridRow_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this row is read only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_IsVisible" data-uid="C1.WPF.Grid.GridRow.IsVisible">
          <a class="xref" href="C1.WPF.Grid.GridRow.IsVisible.html#C1_WPF_Grid_GridRow_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the row is visible and not collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Level" data-uid="C1.WPF.Grid.GridRow.Level">
          <a class="xref" href="C1.WPF.Grid.GridRow.Level.html#C1_WPF_Grid_GridRow_Level">Level</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the nesting level inside a group. This is zero if no grouping is used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_MaxHeight" data-uid="C1.WPF.Grid.GridRow.MaxHeight">
          <a class="xref" href="C1.WPF.Grid.GridRow.MaxHeight.html#C1_WPF_Grid_GridRow_MaxHeight">MaxHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_MinHeight" data-uid="C1.WPF.Grid.GridRow.MinHeight">
          <a class="xref" href="C1.WPF.Grid.GridRow.MinHeight.html#C1_WPF_Grid_GridRow_MinHeight">MinHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Parent" data-uid="C1.WPF.Grid.GridRow.Parent">
          <a class="xref" href="C1.WPF.Grid.GridRow.Parent.html#C1_WPF_Grid_GridRow_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent group row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Rows" data-uid="C1.WPF.Grid.GridRow.Rows">
          <a class="xref" href="C1.WPF.Grid.GridRow.Rows.html#C1_WPF_Grid_GridRow_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of rows containing this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_WordWrap" data-uid="C1.WPF.Grid.GridRow.WordWrap">
          <a class="xref" href="C1.WPF.Grid.GridRow.WordWrap.html#C1_WPF_Grid_GridRow_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether cells in the row wrap their content.</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_GridRow_AllowCustomCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.AllowCustomCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.AllowCustomCell.html#C1_WPF_Grid_GridRow_AllowCustomCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">AllowCustomCell(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether custom cells are allowed for the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_AllowEditing_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.AllowEditing(C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.AllowEditing.html#C1_WPF_Grid_GridRow_AllowEditing_C1_WPF_Grid_GridColumn_">AllowEditing(GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true when the cell in the intersection of the specified column and this row can be edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_BindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.BindCell(C1.WPF.Grid.GridCellView,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.BindCell.html#C1_WPF_Grid_GridRow_BindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">BindCell(GridCellView, GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the cell for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.BindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.BindCellContent.html#C1_WPF_Grid_GridRow_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_GridRow_CreateCell_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.CreateCell(C1.WPF.Grid.GridCellType,System.Object,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.CreateCell.html#C1_WPF_Grid_GridRow_CreateCell_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridColumn_">CreateCell(GridCellType, object, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_" data-uid="C1.WPF.Grid.GridRow.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridRow.CreateCellContent.html#C1_WPF_Grid_GridRow_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_GridRow_CreateCellEditor_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.CreateCellEditor(C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.CreateCellEditor.html#C1_WPF_Grid_GridRow_CreateCellEditor_C1_WPF_Grid_GridColumn_">CreateCellEditor(GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.GetCellContentType.html#C1_WPF_Grid_GridRow_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_GridRow_GetCellDisplayValue__1_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.GetCellDisplayValue``1(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.GetCellDisplayValue.html#C1_WPF_Grid_GridRow_GetCellDisplayValue__1_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">GetCellDisplayValue&lt;T&gt;(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value to display corresponding to the cell in the intersection of the specified column and this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.GetCellKind(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.GetCellKind.html#C1_WPF_Grid_GridRow_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">GetCellKind(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the kind of cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.GetCellText(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.GetCellText.html#C1_WPF_Grid_GridRow_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">GetCellText(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text corresponding to the cell in the intersection of the specified column and this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.GetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.GetCellValue.html#C1_WPF_Grid_GridRow_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">GetCellValue(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value corresponding to the cell in the intersection of the specified column and this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_GetColumnErrors_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.GetColumnErrors(C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.GetColumnErrors.html#C1_WPF_Grid_GridRow_GetColumnErrors_C1_WPF_Grid_GridColumn_">GetColumnErrors(GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the errors for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_GetEditorValue_C1_WPF_Grid_GridColumn_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridRow.GetEditorValue(C1.WPF.Grid.GridColumn,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridRow.GetEditorValue.html#C1_WPF_Grid_GridRow_GetEditorValue_C1_WPF_Grid_GridColumn_System_Windows_FrameworkElement_">GetEditorValue(GridColumn, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_GetErrors" data-uid="C1.WPF.Grid.GridRow.GetErrors">
          <a class="xref" href="C1.WPF.Grid.GridRow.GetErrors.html#C1_WPF_Grid_GridRow_GetErrors">GetErrors()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the errors in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.GetMergedRange(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.GetMergedRange.html#C1_WPF_Grid_GridRow_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_GridRow_HasColumnErrors_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.HasColumnErrors(C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.HasColumnErrors.html#C1_WPF_Grid_GridRow_HasColumnErrors_C1_WPF_Grid_GridColumn_">HasColumnErrors(GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the row has errors in the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_IsDataItemSet" data-uid="C1.WPF.Grid.GridRow.IsDataItemSet">
          <a class="xref" href="C1.WPF.Grid.GridRow.IsDataItemSet.html#C1_WPF_Grid_GridRow_IsDataItemSet">IsDataItemSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the data-item was already set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_OnAttached" data-uid="C1.WPF.Grid.GridRow.OnAttached">
          <a class="xref" href="C1.WPF.Grid.GridRow.OnAttached.html#C1_WPF_Grid_GridRow_OnAttached">OnAttached()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the row is attached to a collection of rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_OnDetached" data-uid="C1.WPF.Grid.GridRow.OnDetached">
          <a class="xref" href="C1.WPF.Grid.GridRow.OnDetached.html#C1_WPF_Grid_GridRow_OnDetached">OnDetached()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the row is detached from a collection of rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_C1_WPF_Grid_GridCellView_System_Windows_Thickness_" data-uid="C1.WPF.Grid.GridRow.PrepareCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,C1.WPF.Grid.GridCellView,System.Windows.Thickness)">
          <a class="xref" href="C1.WPF.Grid.GridRow.PrepareCell.html#C1_WPF_Grid_GridRow_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>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Refresh" data-uid="C1.WPF.Grid.GridRow.Refresh">
          <a class="xref" href="C1.WPF.Grid.GridRow.Refresh.html#C1_WPF_Grid_GridRow_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refresh all the cells in the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_Refresh_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridRow.Refresh(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridRow.Refresh.html#C1_WPF_Grid_GridRow_Refresh_C1_WPF_Grid_GridRowColType_System_Int32_">Refresh(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Refresh the cells in the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_" data-uid="C1.WPF.Grid.GridRow.SetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridRow.SetCellValue.html#C1_WPF_Grid_GridRow_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_">SetCellValue(GridCellType, GridColumn, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value corresponding to the cell in the intersection of the specified column and this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_SetDataItem_System_Object_" data-uid="C1.WPF.Grid.GridRow.SetDataItem(System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridRow.SetDataItem.html#C1_WPF_Grid_GridRow_SetDataItem_System_Object_">SetDataItem(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the data-item owned by the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_ToString" data-uid="C1.WPF.Grid.GridRow.ToString">
          <a class="xref" href="C1.WPF.Grid.GridRow.ToString.html#C1_WPF_Grid_GridRow_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_UnbindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.UnbindCell(C1.WPF.Grid.GridCellView,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.UnbindCell.html#C1_WPF_Grid_GridRow_UnbindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">UnbindCell(GridCellView, GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the cell for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRow_UnbindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridRow.UnbindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridRow.UnbindCellContent.html#C1_WPF_Grid_GridRow_UnbindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">UnbindCellContent(FrameworkElement, GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the content of the cell for the specified column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
