# FarPoint.Win.Spread.DefaultGroupFooterCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DefaultGroupFooterCollection" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection" class="text-break">DefaultGroupFooterCollection Class
</h1>
  <div class="markdown level0 summary"><p>Contains default group footers for 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">DefaultGroupFooterCollection</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_DefaultGroupFooterCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DefaultGroupFooterCollection : ISerializable, ICanSerializeXml, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DefaultGroupFooterCollection
    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_DefaultGroupFooterCollection__ctor_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.-ctor.html#FarPoint_Win_Spread_DefaultGroupFooterCollection__ctor_System_Int32_System_Int32_">DefaultGroupFooterCollection(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor of DefaultGroupFooterCollection class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooterCollection__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.-ctor.html#FarPoint_Win_Spread_DefaultGroupFooterCollection__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">DefaultGroupFooterCollection(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a DefaultGroupFooterCollection 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_DefaultGroupFooterCollection_CanSerializeXml" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.CanSerializeXml">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.CanSerializeXml.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_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_DefaultGroupFooterCollection_Count" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.Count">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.Count.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of items.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooterCollection_Item_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.Item.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default group footer based on the index.</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_DefaultGroupFooterCollection_Add_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.Add(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.Add.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_Add_System_Int32_">Add(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new default group footer item in the list using the column index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooterCollection_Clear" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.Clear">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.Clear.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears list of default group footers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooterCollection_Contains_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.Contains(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.Contains.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_Contains_System_Int32_">Contains(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the item specified by column index is already in the list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooterCollection_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.Deserialize.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_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_DefaultGroupFooterCollection_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.GetObjectData.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Serializes the DefaultGroupFooterCollection to the SerializationInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooterCollection_Remove_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.Remove(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.Remove.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_Remove_System_Int32_">Remove(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item specified by the column index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultGroupFooterCollection_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.DefaultGroupFooterCollection.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultGroupFooterCollection.Serialize.html#FarPoint_Win_Spread_DefaultGroupFooterCollection_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>
