# C1.WPF.Grid.GridGroupRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridGroupRow" data-uid="C1.WPF.Grid.GridGroupRow" class="text-break">GridGroupRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents rows that defines group of data items.</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"><a class="xref" href="C1.WPF.Grid.GridSummaryRow.html">GridSummaryRow</a></div>
    <div class="level4"><span class="xref">GridGroupRow</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_GridGroupRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridGroupRow : GridSummaryRow, INotifyPropertyChanging, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridGroupRow
    Inherits GridSummaryRow
    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_GridGroupRow__ctor" data-uid="C1.WPF.Grid.GridGroupRow.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.-ctor.html#C1_WPF_Grid_GridGroupRow__ctor">GridGroupRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridGroupRow.html">GridGroupRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow__ctor_C1_DataCollection_IDataCollectionGroup_System_Object_System_Object__C1_DataCollection_IDataCollection_System_Object__System_Int32_" data-uid="C1.WPF.Grid.GridGroupRow.#ctor(C1.DataCollection.IDataCollectionGroup{System.Object,System.Object},C1.DataCollection.IDataCollection{System.Object},System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.-ctor.html#C1_WPF_Grid_GridGroupRow__ctor_C1_DataCollection_IDataCollectionGroup_System_Object_System_Object__C1_DataCollection_IDataCollection_System_Object__System_Int32_">GridGroupRow(IDataCollectionGroup&lt;object, object&gt;, 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.GridGroupRow.html">GridGroupRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_System_Boolean_" data-uid="C1.WPF.Grid.GridGroupRow.#ctor(C1.DataCollection.IDataCollection{System.Object},System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.-ctor.html#C1_WPF_Grid_GridGroupRow__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_System_Boolean_">GridGroupRow(IDataCollection&lt;object&gt;, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridGroupRow.html">GridGroupRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow__ctor_System_Object_System_Boolean_" data-uid="C1.WPF.Grid.GridGroupRow.#ctor(System.Object,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.-ctor.html#C1_WPF_Grid_GridGroupRow__ctor_System_Object_System_Boolean_">GridGroupRow(object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridGroupRow.html">GridGroupRow</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_GridGroupRow_AreChildrenBelow" data-uid="C1.WPF.Grid.GridGroupRow.AreChildrenBelow">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.AreChildrenBelow.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_BoundRows" data-uid="C1.WPF.Grid.GridGroupRow.BoundRows">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.BoundRows.html#C1_WPF_Grid_GridGroupRow_BoundRows">BoundRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of rows from which the summaries will be computed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow_GroupName" data-uid="C1.WPF.Grid.GridGroupRow.GroupName">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.GroupName.html#C1_WPF_Grid_GridGroupRow_GroupName">GroupName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the header of the column associated with this group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow_GroupRowPosition" data-uid="C1.WPF.Grid.GridGroupRow.GroupRowPosition">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.GroupRowPosition.html#C1_WPF_Grid_GridGroupRow_GroupRowPosition">GroupRowPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the group row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow_GroupText" data-uid="C1.WPF.Grid.GridGroupRow.GroupText">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.GroupText.html#C1_WPF_Grid_GridGroupRow_GroupText">GroupText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the a string representing the group item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow_IsCollapsed" data-uid="C1.WPF.Grid.GridGroupRow.IsCollapsed">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.IsCollapsed.html#C1_WPF_Grid_GridGroupRow_IsCollapsed">IsCollapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the <a class="xref" href="C1.WPF.Grid.GridGroupRow.html">GridGroupRow</a> is collapsed (child rows are hidden) or expanded (child rows are visible).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow_IsExpandable" data-uid="C1.WPF.Grid.GridGroupRow.IsExpandable">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.IsExpandable.html#C1_WPF_Grid_GridGroupRow_IsExpandable">IsExpandable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the row should show an expand/collapse button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow_ItemsCount" data-uid="C1.WPF.Grid.GridGroupRow.ItemsCount">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.ItemsCount.html#C1_WPF_Grid_GridGroupRow_ItemsCount">ItemsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of data items in this group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow_ShowSummaries" data-uid="C1.WPF.Grid.GridGroupRow.ShowSummaries">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.ShowSummaries.html#C1_WPF_Grid_GridGroupRow_ShowSummaries">ShowSummaries</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the summaries are displayed in this row.</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_GridGroupRow_AllowEditing_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.AllowEditing(C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.AllowEditing.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_BindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.BindCell(C1.WPF.Grid.GridCellView,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.BindCell.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.BindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.BindCellContent.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_CreateCell_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.CreateCell(C1.WPF.Grid.GridCellType,System.Object,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.CreateCell.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_" data-uid="C1.WPF.Grid.GridGroupRow.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.CreateCellContent.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.GetCellContentType.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.GetCellKind(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.GetCellKind.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.GetCellText(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.GetCellText.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.GetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.GetCellValue.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.GetMergedRange(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.GetMergedRange.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_OnPropertyChanged_System_String_" data-uid="C1.WPF.Grid.GridGroupRow.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.OnPropertyChanged.html#C1_WPF_Grid_GridGroupRow_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridGroupRow_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_C1_WPF_Grid_GridCellView_System_Windows_Thickness_" data-uid="C1.WPF.Grid.GridGroupRow.PrepareCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,C1.WPF.Grid.GridCellView,System.Windows.Thickness)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.PrepareCell.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_UnbindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.UnbindCell(C1.WPF.Grid.GridCellView,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.UnbindCell.html#C1_WPF_Grid_GridGroupRow_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_GridGroupRow_UnbindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridGroupRow.UnbindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridGroupRow.UnbindCellContent.html#C1_WPF_Grid_GridGroupRow_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>
