# C1.WPF.Grid.GridColumnHeaderPanelPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridColumnHeaderPanelPosition" data-uid="C1.WPF.Grid.GridColumnHeaderPanelPosition" class="text-break">GridColumnHeaderPanelPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Describe the positions of the elements inside <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.html">GridColumnHeaderCell</a>.</p>
</div>
  <div class="markdown level0 conceptual"></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_GridColumnHeaderPanelPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GridColumnHeaderPanelPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GridColumnHeaderPanelPosition</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanelPosition_Options">Options</td>
        <td><p>Position of the options drow-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanelPosition_Outlines">Outlines</td>
        <td><p>Position of the outlines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanelPosition_Sort">Sort</td>
        <td><p>Position of the sort indicator</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderPanelPosition_Title">Title</td>
        <td><p>Position of the title element</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
