# FarPoint.Win.Spread.Model.GroupFooter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Model_GroupFooter" data-uid="FarPoint.Win.Spread.Model.GroupFooter" class="text-break">GroupFooter Class
</h1>
  <div class="markdown level0 summary"><p>Represents the group footer of rows in the grouping display (also called Outlook-style grouping).</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"><span class="xref">GroupFooter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ICanSerializeXml.html">ICanSerializeXml</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Model_GroupFooter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GroupFooter : ICanSerializeXml, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GroupFooter
    Implements ICanSerializeXml, ISerializeSupport</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="FarPoint_Win_Spread_Model_GroupFooter__ctor" data-uid="FarPoint.Win.Spread.Model.GroupFooter.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.Model.GroupFooter.-ctor.html#FarPoint_Win_Spread_Model_GroupFooter__ctor">GroupFooter()</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor of the GroupFooter object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_GroupFooter__ctor_FarPoint_Win_Spread_Model_Group_" data-uid="FarPoint.Win.Spread.Model.GroupFooter.#ctor(FarPoint.Win.Spread.Model.Group)">
          <a class="xref" href="FarPoint.Win.Spread.Model.GroupFooter.-ctor.html#FarPoint_Win_Spread_Model_GroupFooter__ctor_FarPoint_Win_Spread_Model_Group_">GroupFooter(Group)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor of the GroupFooter object.</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="FarPoint_Win_Spread_Model_GroupFooter_CanSerializeXml" data-uid="FarPoint.Win.Spread.Model.GroupFooter.CanSerializeXml">
          <a class="xref" href="FarPoint.Win.Spread.Model.GroupFooter.CanSerializeXml.html#FarPoint_Win_Spread_Model_GroupFooter_CanSerializeXml">CanSerializeXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the object in its entirety can be rendered with XML without losing any information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_GroupFooter_DataModel" data-uid="FarPoint.Win.Spread.Model.GroupFooter.DataModel">
          <a class="xref" href="FarPoint.Win.Spread.Model.GroupFooter.DataModel.html#FarPoint_Win_Spread_Model_GroupFooter_DataModel">DataModel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data model for the group footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_GroupFooter_Group" data-uid="FarPoint.Win.Spread.Model.GroupFooter.Group">
          <a class="xref" href="FarPoint.Win.Spread.Model.GroupFooter.Group.html#FarPoint_Win_Spread_Model_GroupFooter_Group">Group</a>
        </td>
        <td class="markdown level1 summary"><p>Gets and sets the group that corresponds with this group footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_GroupFooter_StyleManager" data-uid="FarPoint.Win.Spread.Model.GroupFooter.StyleManager">
          <a class="xref" href="FarPoint.Win.Spread.Model.GroupFooter.StyleManager.html#FarPoint_Win_Spread_Model_GroupFooter_StyleManager">StyleManager</a>
        </td>
        <td class="markdown level1 summary"><p>Gets footer style manager</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="FarPoint_Win_Spread_Model_GroupFooter_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.Model.GroupFooter.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.Model.GroupFooter.Deserialize.html#FarPoint_Win_Spread_Model_GroupFooter_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_GroupFooter_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.Model.GroupFooter.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.Model.GroupFooter.Serialize.html#FarPoint_Win_Spread_Model_GroupFooter_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Model_GroupFooter_changed" data-uid="FarPoint.Win.Spread.Model.GroupFooter.changed">
          <a class="xref" href="FarPoint.Win.Spread.Model.GroupFooter.changed.html">changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user makes a change to the group footer
that affects the data of the sheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
