# C1.WPF.Grid.GridColumnHeaderPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridColumnHeaderPanel" data-uid="C1.WPF.Grid.GridColumnHeaderPanel" class="text-break">GridColumnHeaderPanel Class
</h1>
  <div class="markdown level0 summary"><p>Panel used to layout the elements inside <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.html">GridColumnHeaderCell</a>.</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.panel">Panel</a></div>
    <div class="level5"><span class="xref">GridColumnHeaderPanel</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.windows.markup.iaddchild">IAddChild</a></div>
    <div><span class="xref">IDependencyObject</span></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.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridColumnHeaderPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridColumnHeaderPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDependencyObject, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridColumnHeaderPanel
    Inherits Panel
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDependencyObject, 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_Grid_GridColumnHeaderPanel__ctor" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.-ctor.html#C1_WPF_Grid_GridColumnHeaderPanel__ctor">GridColumnHeaderPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.html">GridColumnHeaderPanel</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_Grid_GridColumnHeaderPanel_PositionProperty" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.PositionProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.PositionProperty.html">PositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Position attached property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_SortIconPositionProperty" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.SortIconPositionProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.SortIconPositionProperty.html">SortIconPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.SortIconPosition.html#C1_WPF_Grid_GridColumnHeaderPanel_SortIconPosition">SortIconPosition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_TitleAlignmentProperty" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.TitleAlignmentProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.TitleAlignmentProperty.html">TitleAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.TitleAlignment.html#C1_WPF_Grid_GridColumnHeaderPanel_TitleAlignment">TitleAlignment</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_Grid_GridColumnHeaderPanel_IsDisposed" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.IsDisposed">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.IsDisposed.html#C1_WPF_Grid_GridColumnHeaderPanel_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_SortIconPosition" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.SortIconPosition">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.SortIconPosition.html#C1_WPF_Grid_GridColumnHeaderPanel_SortIconPosition">SortIconPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sort icon position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_TitleAlignment" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.TitleAlignment">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.TitleAlignment.html#C1_WPF_Grid_GridColumnHeaderPanel_TitleAlignment">TitleAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the title inside the cell.</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_Grid_GridColumnHeaderPanel_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.ArrangeOverride.html#C1_WPF_Grid_GridColumnHeaderPanel_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_Dispose" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.Dispose">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.Dispose.html#C1_WPF_Grid_GridColumnHeaderPanel_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_Dispose_System_Boolean_" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.Dispose.html#C1_WPF_Grid_GridColumnHeaderPanel_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_Finalize" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.Finalize">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.Finalize.html#C1_WPF_Grid_GridColumnHeaderPanel_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.html">GridColumnHeaderPanel</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_GetPosition_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.GetPosition(System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.GetPosition.html#C1_WPF_Grid_GridColumnHeaderPanel_GetPosition_System_Windows_FrameworkElement_">GetPosition(FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the Position attached property for the
specified element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.MeasureOverride.html#C1_WPF_Grid_GridColumnHeaderPanel_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_OnApplyTemplate" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.OnApplyTemplate.html#C1_WPF_Grid_GridColumnHeaderPanel_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanel_SetPosition_System_Windows_FrameworkElement_C1_WPF_Grid_GridColumnHeaderPanelPosition_" data-uid="C1.WPF.Grid.GridColumnHeaderPanel.SetPosition(System.Windows.FrameworkElement,C1.WPF.Grid.GridColumnHeaderPanelPosition)">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderPanel.SetPosition.html#C1_WPF_Grid_GridColumnHeaderPanel_SetPosition_System_Windows_FrameworkElement_C1_WPF_Grid_GridColumnHeaderPanelPosition_">SetPosition(FrameworkElement, GridColumnHeaderPanelPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the Position attached property for the
specified element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
