# C1.Win.FlexGrid.GridPrinter.Footer

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_GridPrinter_Footer_" data-uid="C1.Win.FlexGrid.GridPrinter.Footer*">Footer Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_GridPrinter_Footer_" data-uid="C1.Win.FlexGrid.GridPrinter.Footer*"></a>
<h4 id="C1_Win_FlexGrid_GridPrinter_Footer" data-uid="C1.Win.FlexGrid.GridPrinter.Footer">Footer</h4>
<div class="markdown level1 summary"><p>Gets or sets a string that contains the page footers.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Footer { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Footer As String</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_GridPrinter_Footer_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The string may be divided by tab characters into up to three sections. The sections are then
left, center, and right-aligned at the top of each page.</p>
<p>The string may contain placeholders "{0}" and "{1}" which are replaced with the current
page number and total page count.</p>
<p>Use the <a class="xref" href="C1.Win.FlexGrid.GridPrinter.FooterFont.html#C1_Win_FlexGrid_GridPrinter_FooterFont">FooterFont</a> property to select the font used to render the footer.</p>
</div>
</div>
