# C1.Xamarin.Forms.Grid.GridGroupRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Xamarin_Forms_Grid_GridGroupRow" data-uid="C1.Xamarin.Forms.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.Xamarin.Forms.Grid.GridRowCol.html">GridRowCol</a></div>
    <div class="level2"><a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.html">GridRow</a></div>
    <div class="level3"><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.Xamarin.Forms.Grid.html">C1.Xamarin.Forms.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Grid.dll</h6>
  <h5 id="C1_Xamarin_Forms_Grid_GridGroupRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridGroupRow : GridRow, 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_Xamarin_Forms_Grid_GridGroupRow__ctor" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.#ctor">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.-ctor.html#C1_Xamarin_Forms_Grid_GridGroupRow__ctor">GridGroupRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.html">GridGroupRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridGroupRow__ctor_C1_DataCollection_IDataCollectionGroup_System_Object_System_Object__System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.#ctor(C1.DataCollection.IDataCollectionGroup{System.Object,System.Object},System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.-ctor.html#C1_Xamarin_Forms_Grid_GridGroupRow__ctor_C1_DataCollection_IDataCollectionGroup_System_Object_System_Object__System_Int32_">GridGroupRow(IDataCollectionGroup&lt;object, object&gt;, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Xamarin.Forms.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_Xamarin_Forms_Grid_GridGroupRow_DataIndex" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.DataIndex">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.DataIndex.html#C1_Xamarin_Forms_Grid_GridGroupRow_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_Xamarin_Forms_Grid_GridGroupRow_DataItem" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.DataItem">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.DataItem.html#C1_Xamarin_Forms_Grid_GridGroupRow_DataItem">DataItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridGroupRow_GroupName" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.GroupName">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.GroupName.html#C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridGroupRow_GroupRowPosition" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.GroupRowPosition">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.GroupRowPosition.html#C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridGroupRow_GroupText" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.GroupText">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.GroupText.html#C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridGroupRow_IsCollapsed" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.IsCollapsed">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.IsCollapsed.html#C1_Xamarin_Forms_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.Xamarin.Forms.Grid.GridGroupRow.html">GridGroupRow</a> is collapsed (child rows are hidden) or expanded (child rows are visible).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridGroupRow_ItemsCount" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.ItemsCount">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.ItemsCount.html#C1_Xamarin_Forms_Grid_GridGroupRow_ItemsCount">ItemsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of data items in this group.</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_Xamarin_Forms_Grid_GridGroupRow_AllowEditing_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.AllowEditing(C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.AllowEditing.html#C1_Xamarin_Forms_Grid_GridGroupRow_AllowEditing_C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridGroupRow_BindCellContent_Xamarin_Forms_View_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.BindCellContent(Xamarin.Forms.View,C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.BindCellContent.html#C1_Xamarin_Forms_Grid_GridGroupRow_BindCellContent_Xamarin_Forms_View_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_">BindCellContent(View, 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_Xamarin_Forms_Grid_GridGroupRow_CreateCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_System_Object_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.CreateCellContent(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.CreateCellContent.html#C1_Xamarin_Forms_Grid_GridGroupRow_CreateCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridGroupRow_GetCellContentType_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.GetCellContentType(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.GetCellContentType.html#C1_Xamarin_Forms_Grid_GridGroupRow_GetCellContentType_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridGroupRow_GetCellText_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.GetCellText(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.GetCellText.html#C1_Xamarin_Forms_Grid_GridGroupRow_GetCellText_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridGroupRow_GetCellValue_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.GetCellValue(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.GetCellValue.html#C1_Xamarin_Forms_Grid_GridGroupRow_GetCellValue_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridGroupRow_GetMergedRange_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.GetMergedRange(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.GetMergedRange.html#C1_Xamarin_Forms_Grid_GridGroupRow_GetMergedRange_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_">GetMergedRange(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellRange.html">GridCellRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridGroupRow_OnPropertyChanged_System_String_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.OnPropertyChanged.html#C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridGroupRow_PrepareCell_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_C1_Xamarin_Forms_Grid_GridCellView_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.PrepareCell(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn,C1.Xamarin.Forms.Grid.GridCellView)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.PrepareCell.html#C1_Xamarin_Forms_Grid_GridGroupRow_PrepareCell_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_C1_Xamarin_Forms_Grid_GridCellView_">PrepareCell(GridCellType, GridColumn, GridCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares the cell to be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridGroupRow_UnbindCellContent_Xamarin_Forms_View_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridGroupRow.UnbindCellContent(Xamarin.Forms.View,C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.UnbindCellContent.html#C1_Xamarin_Forms_Grid_GridGroupRow_UnbindCellContent_Xamarin_Forms_View_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_">UnbindCellContent(View, 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>
