# FarPoint.Win.Spread.DefaultGroupFooter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DefaultGroupFooter" data-uid="FarPoint.Win.Spread.DefaultGroupFooter" class="text-break">DefaultGroupFooter Class
</h1>
  <div class="markdown level0 summary"><p>Contains the default setting for the group footer.</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">DefaultGroupFooter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <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.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_DefaultGroupFooter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DefaultGroupFooter : ISerializable, ICanSerializeXml, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DefaultGroupFooter
    Implements ISerializable, 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_DefaultGroupFooter__ctor_FarPoint_Win_Spread_Model_ISheetDataModel_" data-uid="FarPoint.Win.Spread.DefaultGroupFooter.#ctor(FarPoint.Win.Spread.Model.ISheetDataModel)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooter.-ctor.html#FarPoint_Win_Spread_DefaultGroupFooter__ctor_FarPoint_Win_Spread_Model_ISheetDataModel_">DefaultGroupFooter(ISheetDataModel)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor for the DefaultGroupFooter object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooter__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.DefaultGroupFooter.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooter.-ctor.html#FarPoint_Win_Spread_DefaultGroupFooter__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">DefaultGroupFooter(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a DefaultGroupFooter object from serialization.</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_DefaultGroupFooter_CanSerializeXml" data-uid="FarPoint.Win.Spread.DefaultGroupFooter.CanSerializeXml">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooter.CanSerializeXml.html#FarPoint_Win_Spread_DefaultGroupFooter_CanSerializeXml">CanSerializeXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the entire object can
be saved to XML and successfully loaded again.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooter_DataModel" data-uid="FarPoint.Win.Spread.DefaultGroupFooter.DataModel">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooter.DataModel.html#FarPoint_Win_Spread_DefaultGroupFooter_DataModel">DataModel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data model of the default group footer.</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_DefaultGroupFooter_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.DefaultGroupFooter.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooter.Deserialize.html#FarPoint_Win_Spread_DefaultGroupFooter_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_DefaultGroupFooter_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.DefaultGroupFooter.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooter.GetObjectData.html#FarPoint_Win_Spread_DefaultGroupFooter_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Serializes the DefaultGroupFooter to the SerializationInfo.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooter_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.DefaultGroupFooter.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooter.Serialize.html#FarPoint_Win_Spread_DefaultGroupFooter_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
