# C1.WPF.Pivot.PivotHeaderOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Pivot_PivotHeaderOptions" data-uid="C1.WPF.Pivot.PivotHeaderOptions" class="text-break">PivotHeaderOptions Class
</h1>
  <div class="markdown level0 summary"><p>Control used to configure the header/footer options for FlexPivot report.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><span class="xref">PivotHeaderOptions</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Pivot.html">C1.WPF.Pivot</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Pivot.dll</h6>
  <h5 id="C1_WPF_Pivot_PivotHeaderOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Root&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;HeaderLeft&quot;, Type = typeof(TextBox))]
[TemplatePart(Name = &quot;HeaderCenter&quot;, Type = typeof(TextBox))]
[TemplatePart(Name = &quot;HeaderRight&quot;, Type = typeof(TextBox))]
[TemplatePart(Name = &quot;FooterLeft&quot;, Type = typeof(TextBox))]
[TemplatePart(Name = &quot;FooterCenter&quot;, Type = typeof(TextBox))]
[TemplatePart(Name = &quot;FooterRight&quot;, Type = typeof(TextBox))]
[TemplatePart(Name = &quot;HeaderSeparator&quot;, Type = typeof(CheckBox))]
[TemplatePart(Name = &quot;FooterSeparator&quot;, Type = typeof(CheckBox))]
[TemplatePart(Name = &quot;PresetsMenu&quot;, Type = typeof(C1ToolStrip))]
[TemplatePart(Name = &quot;PageNumber&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;PageCount&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;CurrentDate&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;CurrentTime&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;Title&quot;, Type = typeof(C1ButtonTool))]
public class PivotHeaderOptions : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;HeaderLeft&quot;, Type:=GetType(TextBox))&gt;
&lt;TemplatePart(Name:=&quot;HeaderCenter&quot;, Type:=GetType(TextBox))&gt;
&lt;TemplatePart(Name:=&quot;HeaderRight&quot;, Type:=GetType(TextBox))&gt;
&lt;TemplatePart(Name:=&quot;FooterLeft&quot;, Type:=GetType(TextBox))&gt;
&lt;TemplatePart(Name:=&quot;FooterCenter&quot;, Type:=GetType(TextBox))&gt;
&lt;TemplatePart(Name:=&quot;FooterRight&quot;, Type:=GetType(TextBox))&gt;
&lt;TemplatePart(Name:=&quot;HeaderSeparator&quot;, Type:=GetType(CheckBox))&gt;
&lt;TemplatePart(Name:=&quot;FooterSeparator&quot;, Type:=GetType(CheckBox))&gt;
&lt;TemplatePart(Name:=&quot;PresetsMenu&quot;, Type:=GetType(C1ToolStrip))&gt;
&lt;TemplatePart(Name:=&quot;PageNumber&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;PageCount&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;CurrentDate&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;CurrentTime&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;Title&quot;, Type:=GetType(C1ButtonTool))&gt;
Public Class PivotHeaderOptions
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</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="C1_WPF_Pivot_PivotHeaderOptions__ctor" data-uid="C1.WPF.Pivot.PivotHeaderOptions.#ctor">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.-ctor.html#C1_WPF_Pivot_PivotHeaderOptions__ctor">PivotHeaderOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.html">PivotHeaderOptions</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_FooterCenterProperty" data-uid="C1.WPF.Pivot.PivotHeaderOptions.FooterCenterProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.FooterCenterProperty.html">FooterCenterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.FooterCenter.html#C1_WPF_Pivot_PivotHeaderOptions_FooterCenter">FooterCenter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_FooterLeftProperty" data-uid="C1.WPF.Pivot.PivotHeaderOptions.FooterLeftProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.FooterLeftProperty.html">FooterLeftProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.FooterLeft.html#C1_WPF_Pivot_PivotHeaderOptions_FooterLeft">FooterLeft</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_FooterRightProperty" data-uid="C1.WPF.Pivot.PivotHeaderOptions.FooterRightProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.FooterRightProperty.html">FooterRightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.FooterRight.html#C1_WPF_Pivot_PivotHeaderOptions_FooterRight">FooterRight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_HeaderCenterProperty" data-uid="C1.WPF.Pivot.PivotHeaderOptions.HeaderCenterProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.HeaderCenterProperty.html">HeaderCenterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.HeaderCenter.html#C1_WPF_Pivot_PivotHeaderOptions_HeaderCenter">HeaderCenter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_HeaderLeftProperty" data-uid="C1.WPF.Pivot.PivotHeaderOptions.HeaderLeftProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.HeaderLeftProperty.html">HeaderLeftProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.HeaderLeft.html#C1_WPF_Pivot_PivotHeaderOptions_HeaderLeft">HeaderLeft</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_HeaderRightProperty" data-uid="C1.WPF.Pivot.PivotHeaderOptions.HeaderRightProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.HeaderRightProperty.html">HeaderRightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.HeaderRight.html#C1_WPF_Pivot_PivotHeaderOptions_HeaderRight">HeaderRight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_ShowFooterSeparatorProperty" data-uid="C1.WPF.Pivot.PivotHeaderOptions.ShowFooterSeparatorProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.ShowFooterSeparatorProperty.html">ShowFooterSeparatorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.ShowFooterSeparator.html#C1_WPF_Pivot_PivotHeaderOptions_ShowFooterSeparator">ShowFooterSeparator</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_ShowHeaderSeparatorProperty" data-uid="C1.WPF.Pivot.PivotHeaderOptions.ShowHeaderSeparatorProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.ShowHeaderSeparatorProperty.html">ShowHeaderSeparatorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.ShowHeaderSeparator.html#C1_WPF_Pivot_PivotHeaderOptions_ShowHeaderSeparator">ShowHeaderSeparator</a> dependency property.</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="C1_WPF_Pivot_PivotHeaderOptions_FooterCenter" data-uid="C1.WPF.Pivot.PivotHeaderOptions.FooterCenter">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.FooterCenter.html#C1_WPF_Pivot_PivotHeaderOptions_FooterCenter">FooterCenter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the footer aligned to the center of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_FooterLeft" data-uid="C1.WPF.Pivot.PivotHeaderOptions.FooterLeft">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.FooterLeft.html#C1_WPF_Pivot_PivotHeaderOptions_FooterLeft">FooterLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the footer aligned to the left of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_FooterRight" data-uid="C1.WPF.Pivot.PivotHeaderOptions.FooterRight">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.FooterRight.html#C1_WPF_Pivot_PivotHeaderOptions_FooterRight">FooterRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the footer aligned to the right of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_HeaderCenter" data-uid="C1.WPF.Pivot.PivotHeaderOptions.HeaderCenter">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.HeaderCenter.html#C1_WPF_Pivot_PivotHeaderOptions_HeaderCenter">HeaderCenter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the header aligned to the center of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_HeaderLeft" data-uid="C1.WPF.Pivot.PivotHeaderOptions.HeaderLeft">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.HeaderLeft.html#C1_WPF_Pivot_PivotHeaderOptions_HeaderLeft">HeaderLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the header aligned to the left of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_HeaderRight" data-uid="C1.WPF.Pivot.PivotHeaderOptions.HeaderRight">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.HeaderRight.html#C1_WPF_Pivot_PivotHeaderOptions_HeaderRight">HeaderRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the header aligned to the right of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_IsDisposed" data-uid="C1.WPF.Pivot.PivotHeaderOptions.IsDisposed">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.IsDisposed.html#C1_WPF_Pivot_PivotHeaderOptions_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_ShowFooterSeparator" data-uid="C1.WPF.Pivot.PivotHeaderOptions.ShowFooterSeparator">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.ShowFooterSeparator.html#C1_WPF_Pivot_PivotHeaderOptions_ShowFooterSeparator">ShowFooterSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the document will have a footer separator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_ShowHeaderSeparator" data-uid="C1.WPF.Pivot.PivotHeaderOptions.ShowHeaderSeparator">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.ShowHeaderSeparator.html#C1_WPF_Pivot_PivotHeaderOptions_ShowHeaderSeparator">ShowHeaderSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the document will have a header separator.</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="C1_WPF_Pivot_PivotHeaderOptions_Dispose" data-uid="C1.WPF.Pivot.PivotHeaderOptions.Dispose">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.Dispose.html#C1_WPF_Pivot_PivotHeaderOptions_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_Dispose_System_Boolean_" data-uid="C1.WPF.Pivot.PivotHeaderOptions.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.Dispose.html#C1_WPF_Pivot_PivotHeaderOptions_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_Finalize" data-uid="C1.WPF.Pivot.PivotHeaderOptions.Finalize">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.Finalize.html#C1_WPF_Pivot_PivotHeaderOptions_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.html">PivotHeaderOptions</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotHeaderOptions_OnApplyTemplate" data-uid="C1.WPF.Pivot.PivotHeaderOptions.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Pivot.PivotHeaderOptions.OnApplyTemplate.html#C1_WPF_Pivot_PivotHeaderOptions_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
