# C1.WPF.Grid.GridSummaryRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridSummaryRow" data-uid="C1.WPF.Grid.GridSummaryRow" class="text-break">GridSummaryRow 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"><span class="xref">GridSummaryRow</span></div>
      <div class="level4"><a class="xref" href="C1.WPF.Grid.GridGroupRow.html">GridGroupRow</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_GridSummaryRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridSummaryRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridSummaryRow
    Inherits GridRow
    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_GridSummaryRow__ctor" data-uid="C1.WPF.Grid.GridSummaryRow.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.-ctor.html#C1_WPF_Grid_GridSummaryRow__ctor">GridSummaryRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridSummaryRow.html">GridSummaryRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSummaryRow__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_" data-uid="C1.WPF.Grid.GridSummaryRow.#ctor(C1.DataCollection.IDataCollection{System.Object},System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.-ctor.html#C1_WPF_Grid_GridSummaryRow__ctor_C1_DataCollection_IDataCollection_System_Object__System_Int32_">GridSummaryRow(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.GridSummaryRow.html">GridSummaryRow</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSummaryRow__ctor_System_Object_" data-uid="C1.WPF.Grid.GridSummaryRow.#ctor(System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.-ctor.html#C1_WPF_Grid_GridSummaryRow__ctor_System_Object_">GridSummaryRow(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridSummaryRow.html">GridSummaryRow</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_GridSummaryRow_BoundRows" data-uid="C1.WPF.Grid.GridSummaryRow.BoundRows">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.BoundRows.html#C1_WPF_Grid_GridSummaryRow_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_GridSummaryRow_OptionsMenuVisibility" data-uid="C1.WPF.Grid.GridSummaryRow.OptionsMenuVisibility">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.OptionsMenuVisibility.html#C1_WPF_Grid_GridSummaryRow_OptionsMenuVisibility">OptionsMenuVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how final users can change the aggregate functions interactively.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSummaryRow_Separator" data-uid="C1.WPF.Grid.GridSummaryRow.Separator">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.Separator.html#C1_WPF_Grid_GridSummaryRow_Separator">Separator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the separator string to display when there are more than one aggregate value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSummaryRow_ShowIcon" data-uid="C1.WPF.Grid.GridSummaryRow.ShowIcon">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.ShowIcon.html#C1_WPF_Grid_GridSummaryRow_ShowIcon">ShowIcon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the header icon is displayed.</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_GridSummaryRow_AllowEditing_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridSummaryRow.AllowEditing(C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.AllowEditing.html#C1_WPF_Grid_GridSummaryRow_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_GridSummaryRow_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridSummaryRow.BindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.BindCellContent.html#C1_WPF_Grid_GridSummaryRow_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_GridSummaryRow_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_" data-uid="C1.WPF.Grid.GridSummaryRow.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.CreateCellContent.html#C1_WPF_Grid_GridSummaryRow_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_GridSummaryRow_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridSummaryRow.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.GetCellContentType.html#C1_WPF_Grid_GridSummaryRow_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_GridSummaryRow_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridSummaryRow.GetCellText(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.GetCellText.html#C1_WPF_Grid_GridSummaryRow_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_GridSummaryRow_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridSummaryRow.GetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.GetCellValue.html#C1_WPF_Grid_GridSummaryRow_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_GridSummaryRow_HasSummary_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridSummaryRow.HasSummary(C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.HasSummary.html#C1_WPF_Grid_GridSummaryRow_HasSummary_C1_WPF_Grid_GridColumn_">HasSummary(GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether there is a summary at the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSummaryRow_OnAttached" data-uid="C1.WPF.Grid.GridSummaryRow.OnAttached">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.OnAttached.html#C1_WPF_Grid_GridSummaryRow_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_GridSummaryRow_OnDetached" data-uid="C1.WPF.Grid.GridSummaryRow.OnDetached">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.OnDetached.html#C1_WPF_Grid_GridSummaryRow_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_GridSummaryRow_UnbindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridSummaryRow.UnbindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridSummaryRow.UnbindCellContent.html#C1_WPF_Grid_GridSummaryRow_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>
