# C1.Win.FlexGrid.Footers

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_Footers" data-uid="C1.Win.FlexGrid.Footers" class="text-break">Footers Class
</h1>
  <div class="markdown level0 summary"><p>Describes the footers of FlexGrid.</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">Footers</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_Footers_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Footers</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Footers</code></pre>
  </div>
  <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_Win_FlexGrid_Footers_Descriptions" data-uid="C1.Win.FlexGrid.Footers.Descriptions">
          <a class="xref" href="C1.Win.FlexGrid.Footers.Descriptions.html#C1_Win_FlexGrid_Footers_Descriptions">Descriptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexGrid.FooterDescription.html">FooterDescription</a> collection. Each <a class="xref" href="C1.Win.FlexGrid.FooterDescription.html">FooterDescription</a> contains information for one footer row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Footers_Fixed" data-uid="C1.Win.FlexGrid.Footers.Fixed">
          <a class="xref" href="C1.Win.FlexGrid.Footers.Fixed.html#C1_Win_FlexGrid_Footers_Fixed">Fixed</a>
        </td>
        <td class="markdown level1 summary"><p>Defines whether the footers will be fixed at the bottom of grid or will be last rows.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
