# C1.Blazor.Grid.GridRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Grid_GridRow" data-uid="C1.Blazor.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="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="C1.Blazor.Grid.GridRowCol.html">GridRowCol</a></div>
    <div class="level3"><span class="xref">GridRow</span></div>
      <div class="level4"><a class="xref" href="C1.Blazor.Grid.GridBoundRow.html">GridBoundRow</a></div>
      <div class="level4"><a class="xref" href="C1.Blazor.Grid.GridDetailRow-1.html">GridDetailRow&lt;TItem&gt;</a></div>
      <div class="level4"><a class="xref" href="C1.Blazor.Grid.GridFilterRow.html">GridFilterRow</a></div>
      <div class="level4"><a class="xref" href="C1.Blazor.Grid.GridIncrementalLoadingRow.html">GridIncrementalLoadingRow</a></div>
      <div class="level4"><a class="xref" href="C1.Blazor.Grid.GridNewRow.html">GridNewRow</a></div>
      <div class="level4"><a class="xref" href="C1.Blazor.Grid.GridSummaryRow.html">GridSummaryRow</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <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/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</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.Blazor.Grid.html">C1.Blazor.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Grid.dll</h6>
  <h5 id="C1_Blazor_Grid_GridRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridRow : GridRowCol, IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridRow
    Inherits GridRowCol
    Implements IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, 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_Blazor_Grid_GridRow__ctor" data-uid="C1.Blazor.Grid.GridRow.#ctor">
          <a class="xref" href="C1.Blazor.Grid.GridRow.-ctor.html#C1_Blazor_Grid_GridRow__ctor">GridRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Grid.GridRow.html">GridRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_" data-uid="C1.Blazor.Grid.GridRow.#ctor(C1.DataCollection.IDataCollection{System.Object},System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.-ctor.html#C1_Blazor_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.Blazor.Grid.GridRow.html">GridRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow__ctor_System_Object_" data-uid="C1.Blazor.Grid.GridRow.#ctor(System.Object)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.-ctor.html#C1_Blazor_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.Blazor.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_Blazor_Grid_GridRow_ActualHeight" data-uid="C1.Blazor.Grid.GridRow.ActualHeight">
          <a class="xref" href="C1.Blazor.Grid.GridRow.ActualHeight.html#C1_Blazor_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_Blazor_Grid_GridRow_ActualVisible" data-uid="C1.Blazor.Grid.GridRow.ActualVisible">
          <a class="xref" href="C1.Blazor.Grid.GridRow.ActualVisible.html#C1_Blazor_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.Blazor.Grid.GridRow.IsVisible.html#C1_Blazor_Grid_GridRow_IsVisible">IsVisible</a> was set to false or the <a class="xref" href="C1.Blazor.Grid.GridRow.Parent.html#C1_Blazor_Grid_GridRow_Parent">Parent</a> is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_AllowCustomCells" data-uid="C1.Blazor.Grid.GridRow.AllowCustomCells">
          <a class="xref" href="C1.Blazor.Grid.GridRow.AllowCustomCells.html#C1_Blazor_Grid_GridRow_AllowCustomCells">AllowCustomCells</a>
        </td>
        <td class="markdown level1 summary"><p>When set to true the methods GetCellKind(GridCellType, GridColumn), CreateCell(GridCellType, object, GridColumn), BindCell(GridCellView, GridCellType, GridColumn) and UnbindCell(GridCellView, GridCellType, GridColumn) will be called allowing customized cells, inheriting from <a class="xref" href="C1.Blazor.Grid.GridCellView.html">GridCellView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_AllowDragging" data-uid="C1.Blazor.Grid.GridRow.AllowDragging">
          <a class="xref" href="C1.Blazor.Grid.GridRow.AllowDragging.html#C1_Blazor_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_Blazor_Grid_GridRow_AllowMerging" data-uid="C1.Blazor.Grid.GridRow.AllowMerging">
          <a class="xref" href="C1.Blazor.Grid.GridRow.AllowMerging.html#C1_Blazor_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_Blazor_Grid_GridRow_AllowResizing" data-uid="C1.Blazor.Grid.GridRow.AllowResizing">
          <a class="xref" href="C1.Blazor.Grid.GridRow.AllowResizing.html#C1_Blazor_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_Blazor_Grid_GridRow_AreChildrenBelow" data-uid="C1.Blazor.Grid.GridRow.AreChildrenBelow">
          <a class="xref" href="C1.Blazor.Grid.GridRow.AreChildrenBelow.html#C1_Blazor_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_Blazor_Grid_GridRow_Background" data-uid="C1.Blazor.Grid.GridRow.Background">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Background.html#C1_Blazor_Grid_GridRow_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> used to paint the background
of cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_CellFactory" data-uid="C1.Blazor.Grid.GridRow.CellFactory">
          <a class="xref" href="C1.Blazor.Grid.GridRow.CellFactory.html#C1_Blazor_Grid_GridRow_CellFactory">CellFactory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell-factory.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_Children" data-uid="C1.Blazor.Grid.GridRow.Children">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Children.html#C1_Blazor_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_Blazor_Grid_GridRow_DataCollection" data-uid="C1.Blazor.Grid.GridRow.DataCollection">
          <a class="xref" href="C1.Blazor.Grid.GridRow.DataCollection.html#C1_Blazor_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_Blazor_Grid_GridRow_DataIndex" data-uid="C1.Blazor.Grid.GridRow.DataIndex">
          <a class="xref" href="C1.Blazor.Grid.GridRow.DataIndex.html#C1_Blazor_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_Blazor_Grid_GridRow_DataItem" data-uid="C1.Blazor.Grid.GridRow.DataItem">
          <a class="xref" href="C1.Blazor.Grid.GridRow.DataItem.html#C1_Blazor_Grid_GridRow_DataItem">DataItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_Foreground" data-uid="C1.Blazor.Grid.GridRow.Foreground">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Foreground.html#C1_Blazor_Grid_GridRow_Foreground">Foreground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> used to paint the foreground
of cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_Grid" data-uid="C1.Blazor.Grid.GridRow.Grid">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Grid.html#C1_Blazor_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_Blazor_Grid_GridRow_HasErrors" data-uid="C1.Blazor.Grid.GridRow.HasErrors">
          <a class="xref" href="C1.Blazor.Grid.GridRow.HasErrors.html#C1_Blazor_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_Blazor_Grid_GridRow_HeaderBackground" data-uid="C1.Blazor.Grid.GridRow.HeaderBackground">
          <a class="xref" href="C1.Blazor.Grid.GridRow.HeaderBackground.html#C1_Blazor_Grid_GridRow_HeaderBackground">HeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> used to paint the background
of header cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_HeaderForeground" data-uid="C1.Blazor.Grid.GridRow.HeaderForeground">
          <a class="xref" href="C1.Blazor.Grid.GridRow.HeaderForeground.html#C1_Blazor_Grid_GridRow_HeaderForeground">HeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> used to paint the foreground
of header cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_Height" data-uid="C1.Blazor.Grid.GridRow.Height">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Height.html#C1_Blazor_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_Blazor_Grid_GridRow_IsReadOnly" data-uid="C1.Blazor.Grid.GridRow.IsReadOnly">
          <a class="xref" href="C1.Blazor.Grid.GridRow.IsReadOnly.html#C1_Blazor_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_Blazor_Grid_GridRow_IsVisible" data-uid="C1.Blazor.Grid.GridRow.IsVisible">
          <a class="xref" href="C1.Blazor.Grid.GridRow.IsVisible.html#C1_Blazor_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_Blazor_Grid_GridRow_Level" data-uid="C1.Blazor.Grid.GridRow.Level">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Level.html#C1_Blazor_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_Blazor_Grid_GridRow_MaxHeight" data-uid="C1.Blazor.Grid.GridRow.MaxHeight">
          <a class="xref" href="C1.Blazor.Grid.GridRow.MaxHeight.html#C1_Blazor_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_Blazor_Grid_GridRow_MinHeight" data-uid="C1.Blazor.Grid.GridRow.MinHeight">
          <a class="xref" href="C1.Blazor.Grid.GridRow.MinHeight.html#C1_Blazor_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_Blazor_Grid_GridRow_Parent" data-uid="C1.Blazor.Grid.GridRow.Parent">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Parent.html#C1_Blazor_Grid_GridRow_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent group row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_Rows" data-uid="C1.Blazor.Grid.GridRow.Rows">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Rows.html#C1_Blazor_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_Blazor_Grid_GridRow_WordWrap" data-uid="C1.Blazor.Grid.GridRow.WordWrap">
          <a class="xref" href="C1.Blazor.Grid.GridRow.WordWrap.html#C1_Blazor_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_Blazor_Grid_GridRow_AllowEditing_C1_Blazor_Grid_GridColumn_" data-uid="C1.Blazor.Grid.GridRow.AllowEditing(C1.Blazor.Grid.GridColumn)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.AllowEditing.html#C1_Blazor_Grid_GridRow_AllowEditing_C1_Blazor_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_Blazor_Grid_GridRow_Dispose" data-uid="C1.Blazor.Grid.GridRow.Dispose">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Dispose.html#C1_Blazor_Grid_GridRow_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_GetCellContentRenderFragment_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_" data-uid="C1.Blazor.Grid.GridRow.GetCellContentRenderFragment(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridColumn)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetCellContentRenderFragment.html#C1_Blazor_Grid_GridRow_GetCellContentRenderFragment_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_">GetCellContentRenderFragment(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is called to provide the content of a cell belonging to this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_GetCellCssClasses_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_C1_Blazor_Core_C1Thickness_" data-uid="C1.Blazor.Grid.GridRow.GetCellCssClasses(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridColumn,C1.Blazor.Core.C1Thickness)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetCellCssClasses.html#C1_Blazor_Grid_GridRow_GetCellCssClasses_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_C1_Blazor_Core_C1Thickness_">GetCellCssClasses(GridCellType, GridColumn, C1Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the CSS classes that will be applied to the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_GetCellDisplayValue__1_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_" data-uid="C1.Blazor.Grid.GridRow.GetCellDisplayValue``1(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridColumn)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetCellDisplayValue.html#C1_Blazor_Grid_GridRow_GetCellDisplayValue__1_C1_Blazor_Grid_GridCellType_C1_Blazor_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_Blazor_Grid_GridRow_GetCellEditorFragment_C1_Blazor_Grid_GridColumn_C1_Blazor_Grid_GridControlEditingContext_" data-uid="C1.Blazor.Grid.GridRow.GetCellEditorFragment(C1.Blazor.Grid.GridColumn,C1.Blazor.Grid.GridControlEditingContext)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetCellEditorFragment.html#C1_Blazor_Grid_GridRow_GetCellEditorFragment_C1_Blazor_Grid_GridColumn_C1_Blazor_Grid_GridControlEditingContext_">GetCellEditorFragment(GridColumn, GridControlEditingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor fragment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_GetCellText_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_" data-uid="C1.Blazor.Grid.GridRow.GetCellText(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridColumn)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetCellText.html#C1_Blazor_Grid_GridRow_GetCellText_C1_Blazor_Grid_GridCellType_C1_Blazor_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_Blazor_Grid_GridRow_GetCellValue_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_" data-uid="C1.Blazor.Grid.GridRow.GetCellValue(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridColumn)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetCellValue.html#C1_Blazor_Grid_GridRow_GetCellValue_C1_Blazor_Grid_GridCellType_C1_Blazor_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_Blazor_Grid_GridRow_GetColumnErrors_C1_Blazor_Grid_GridColumn_" data-uid="C1.Blazor.Grid.GridRow.GetColumnErrors(C1.Blazor.Grid.GridColumn)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetColumnErrors.html#C1_Blazor_Grid_GridRow_GetColumnErrors_C1_Blazor_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_Blazor_Grid_GridRow_GetEditorValue_C1_Blazor_Grid_GridColumn_Microsoft_AspNetCore_Components_ComponentBase_" data-uid="C1.Blazor.Grid.GridRow.GetEditorValue(C1.Blazor.Grid.GridColumn,Microsoft.AspNetCore.Components.ComponentBase)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetEditorValue.html#C1_Blazor_Grid_GridRow_GetEditorValue_C1_Blazor_Grid_GridColumn_Microsoft_AspNetCore_Components_ComponentBase_">GetEditorValue(GridColumn, ComponentBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_GetErrors" data-uid="C1.Blazor.Grid.GridRow.GetErrors">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetErrors.html#C1_Blazor_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_Blazor_Grid_GridRow_GetMergedRange_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_C1_Blazor_Grid_GridColumn_" data-uid="C1.Blazor.Grid.GridRow.GetMergedRange(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridCellRange,C1.Blazor.Grid.GridColumn)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.GetMergedRange.html#C1_Blazor_Grid_GridRow_GetMergedRange_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_C1_Blazor_Grid_GridColumn_">GetMergedRange(GridCellType, GridCellRange, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Blazor.Grid.GridCellRange.html">GridCellRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_HasColumnErrors_C1_Blazor_Grid_GridColumn_" data-uid="C1.Blazor.Grid.GridRow.HasColumnErrors(C1.Blazor.Grid.GridColumn)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.HasColumnErrors.html#C1_Blazor_Grid_GridRow_HasColumnErrors_C1_Blazor_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_Blazor_Grid_GridRow_IsDataItemSet" data-uid="C1.Blazor.Grid.GridRow.IsDataItemSet">
          <a class="xref" href="C1.Blazor.Grid.GridRow.IsDataItemSet.html#C1_Blazor_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_Blazor_Grid_GridRow_OnAttached" data-uid="C1.Blazor.Grid.GridRow.OnAttached">
          <a class="xref" href="C1.Blazor.Grid.GridRow.OnAttached.html#C1_Blazor_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_Blazor_Grid_GridRow_OnDetached" data-uid="C1.Blazor.Grid.GridRow.OnDetached">
          <a class="xref" href="C1.Blazor.Grid.GridRow.OnDetached.html#C1_Blazor_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_Blazor_Grid_GridRow_OnInitialized" data-uid="C1.Blazor.Grid.GridRow.OnInitialized">
          <a class="xref" href="C1.Blazor.Grid.GridRow.OnInitialized.html#C1_Blazor_Grid_GridRow_OnInitialized">OnInitialized()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_PrepareCellStyle_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_C1_Blazor_Core_C1Style_C1_Blazor_Core_C1Thickness_" data-uid="C1.Blazor.Grid.GridRow.PrepareCellStyle(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridColumn,C1.Blazor.Core.C1Style,C1.Blazor.Core.C1Thickness)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.PrepareCellStyle.html#C1_Blazor_Grid_GridRow_PrepareCellStyle_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_C1_Blazor_Core_C1Style_C1_Blazor_Core_C1Thickness_">PrepareCellStyle(GridCellType, GridColumn, C1Style, C1Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that will be applied to the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridRow_Refresh" data-uid="C1.Blazor.Grid.GridRow.Refresh">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Refresh.html#C1_Blazor_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_Blazor_Grid_GridRow_Refresh_C1_Blazor_Grid_GridRowColType_System_Int32_" data-uid="C1.Blazor.Grid.GridRow.Refresh(C1.Blazor.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.Refresh.html#C1_Blazor_Grid_GridRow_Refresh_C1_Blazor_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_Blazor_Grid_GridRow_SetCellValue_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridColumn_System_Object_" data-uid="C1.Blazor.Grid.GridRow.SetCellValue(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.SetCellValue.html#C1_Blazor_Grid_GridRow_SetCellValue_C1_Blazor_Grid_GridCellType_C1_Blazor_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_Blazor_Grid_GridRow_SetDataItem_System_Object_" data-uid="C1.Blazor.Grid.GridRow.SetDataItem(System.Object)">
          <a class="xref" href="C1.Blazor.Grid.GridRow.SetDataItem.html#C1_Blazor_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_Blazor_Grid_GridRow_ToString" data-uid="C1.Blazor.Grid.GridRow.ToString">
          <a class="xref" href="C1.Blazor.Grid.GridRow.ToString.html#C1_Blazor_Grid_GridRow_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
