# C1.WPF.Grid.GridColumnHeaderCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridColumnHeaderCell" data-uid="C1.WPF.Grid.GridColumnHeaderCell" class="text-break">GridColumnHeaderCell Class
</h1>
  <div class="markdown level0 summary"><p>Visual column header</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">GridColumnHeaderCell</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IDependencyObject</span></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_GridColumnHeaderCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[StyleTypedProperty(Property = &quot;TitleStyle&quot;, StyleTargetType = typeof(TextBlock))]
[TemplatePart(Name = &quot;Root&quot;, Type = typeof(GridColumnHeaderPanel))]
[TemplatePart(Name = &quot;TitleLabel&quot;, Type = typeof(TextBlock))]
[TemplatePart(Name = &quot;SortButton&quot;, Type = typeof(C1ToggleButton))]
[TemplatePart(Name = &quot;OutlinesPanel&quot;, Type = typeof(StackPanel))]
[TemplatePart(Name = &quot;OptionsDropDown&quot;, Type = typeof(C1DropDownButton))]
public class GridColumnHeaderCell : C1View, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;StyleTypedProperty(Property:=&quot;TitleStyle&quot;, StyleTargetType:=GetType(TextBlock))&gt;
&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(GridColumnHeaderPanel))&gt;
&lt;TemplatePart(Name:=&quot;TitleLabel&quot;, Type:=GetType(TextBlock))&gt;
&lt;TemplatePart(Name:=&quot;SortButton&quot;, Type:=GetType(C1ToggleButton))&gt;
&lt;TemplatePart(Name:=&quot;OutlinesPanel&quot;, Type:=GetType(StackPanel))&gt;
&lt;TemplatePart(Name:=&quot;OptionsDropDown&quot;, Type:=GetType(C1DropDownButton))&gt;
Public Class GridColumnHeaderCell
    Inherits C1View
    Implements IDependencyObject</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_GridColumnHeaderCell__ctor" data-uid="C1.WPF.Grid.GridColumnHeaderCell.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.-ctor.html#C1_WPF_Grid_GridColumnHeaderCell__ctor">GridColumnHeaderCell()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.html">GridColumnHeaderCell</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_GridColumnHeaderCell_IsOptionsDropDownOpenProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.IsOptionsDropDownOpenProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.IsOptionsDropDownOpenProperty.html">IsOptionsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.IsOptionsDropDownOpen.html#C1_WPF_Grid_GridColumnHeaderCell_IsOptionsDropDownOpen">IsOptionsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_MaxOutlineProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.MaxOutlineProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.MaxOutlineProperty.html">MaxOutlineProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.MaxOutline.html#C1_WPF_Grid_GridColumnHeaderCell_MaxOutline">MaxOutline</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OptionsDropDownContentProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OptionsDropDownContentProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OptionsDropDownContentProperty.html">OptionsDropDownContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OptionsDropDownContent.html#C1_WPF_Grid_GridColumnHeaderCell_OptionsDropDownContent">OptionsDropDownContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OptionsIconTemplateProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OptionsIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OptionsIconTemplateProperty.html">OptionsIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OptionsIconTemplate.html#C1_WPF_Grid_GridColumnHeaderCell_OptionsIconTemplate">OptionsIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OptionsMenuVisibilityProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OptionsMenuVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OptionsMenuVisibilityProperty.html">OptionsMenuVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OptionsMenuVisibility.html#C1_WPF_Grid_GridColumnHeaderCell_OptionsMenuVisibility">OptionsMenuVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OutlineBorderColorProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderColorProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderColorProperty.html">OutlineBorderColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderColor.html#C1_WPF_Grid_GridColumnHeaderCell_OutlineBorderColor">OutlineBorderColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OutlineBorderWidthProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderWidthProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderWidthProperty.html">OutlineBorderWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderWidth.html#C1_WPF_Grid_GridColumnHeaderCell_OutlineBorderWidth">OutlineBorderWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OutlineColorProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OutlineColorProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineColorProperty.html">OutlineColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineColor.html#C1_WPF_Grid_GridColumnHeaderCell_OutlineColor">OutlineColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_PopupStyleProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.PopupStyleProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.PopupStyle.html#C1_WPF_Grid_GridColumnHeaderCell_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_ShowSortProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.ShowSortProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.ShowSortProperty.html">ShowSortProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.ShowSort.html#C1_WPF_Grid_GridColumnHeaderCell_ShowSort">ShowSort</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_SortAscendingIconTemplateProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortAscendingIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortAscendingIconTemplateProperty.html">SortAscendingIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortAscendingIconTemplate.html#C1_WPF_Grid_GridColumnHeaderCell_SortAscendingIconTemplate">SortAscendingIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_SortDescendingIconTemplateProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortDescendingIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortDescendingIconTemplateProperty.html">SortDescendingIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortDescendingIconTemplate.html#C1_WPF_Grid_GridColumnHeaderCell_SortDescendingIconTemplate">SortDescendingIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_SortIconPositionProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortIconPositionProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortIconPositionProperty.html">SortIconPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortIconPosition.html#C1_WPF_Grid_GridColumnHeaderCell_SortIconPosition">SortIconPosition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_SortIndeterminateIconTemplateProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortIndeterminateIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortIndeterminateIconTemplateProperty.html">SortIndeterminateIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortIndeterminateIconTemplate.html#C1_WPF_Grid_GridColumnHeaderCell_SortIndeterminateIconTemplate">SortIndeterminateIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_SortStateProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortStateProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortStateProperty.html">SortStateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortState.html#C1_WPF_Grid_GridColumnHeaderCell_SortState">SortState</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_TitleAlignmentProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.TitleAlignmentProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitleAlignmentProperty.html">TitleAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitleAlignment.html#C1_WPF_Grid_GridColumnHeaderCell_TitleAlignment">TitleAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_TitlePaddingProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.TitlePaddingProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitlePaddingProperty.html">TitlePaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitlePadding.html#C1_WPF_Grid_GridColumnHeaderCell_TitlePadding">TitlePadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_TitleProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.TitleProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitleProperty.html">TitleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.Title.html#C1_WPF_Grid_GridColumnHeaderCell_Title">Title</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_TitleStyleProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.TitleStyleProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitleStyleProperty.html">TitleStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitleStyle.html#C1_WPF_Grid_GridColumnHeaderCell_TitleStyle">TitleStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_WordWrapProperty" data-uid="C1.WPF.Grid.GridColumnHeaderCell.WordWrapProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.WordWrapProperty.html">WordWrapProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.WordWrap.html#C1_WPF_Grid_GridColumnHeaderCell_WordWrap">WordWrap</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_GridColumnHeaderCell_IsOptionsDropDownOpen" data-uid="C1.WPF.Grid.GridColumnHeaderCell.IsOptionsDropDownOpen">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.IsOptionsDropDownOpen.html#C1_WPF_Grid_GridColumnHeaderCell_IsOptionsDropDownOpen">IsOptionsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the options drop-down is opened.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_MaxOutline" data-uid="C1.WPF.Grid.GridColumnHeaderCell.MaxOutline">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.MaxOutline.html#C1_WPF_Grid_GridColumnHeaderCell_MaxOutline">MaxOutline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of outlines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OptionsDropDownContent" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OptionsDropDownContent">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OptionsDropDownContent.html#C1_WPF_Grid_GridColumnHeaderCell_OptionsDropDownContent">OptionsDropDownContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the options drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OptionsIconTemplate" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OptionsIconTemplate">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OptionsIconTemplate.html#C1_WPF_Grid_GridColumnHeaderCell_OptionsIconTemplate">OptionsIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the icon template of the options drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OptionsMenuVisibility" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OptionsMenuVisibility">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OptionsMenuVisibility.html#C1_WPF_Grid_GridColumnHeaderCell_OptionsMenuVisibility">OptionsMenuVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the options drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OutlineBorderColor" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderColor">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderColor.html#C1_WPF_Grid_GridColumnHeaderCell_OutlineBorderColor">OutlineBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the outline border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OutlineBorderWidth" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderWidth">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineBorderWidth.html#C1_WPF_Grid_GridColumnHeaderCell_OutlineBorderWidth">OutlineBorderWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the outline border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OutlineColor" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OutlineColor">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineColor.html#C1_WPF_Grid_GridColumnHeaderCell_OutlineColor">OutlineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the outline.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_PopupStyle" data-uid="C1.WPF.Grid.GridColumnHeaderCell.PopupStyle">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.PopupStyle.html#C1_WPF_Grid_GridColumnHeaderCell_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to the menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_ShowSort" data-uid="C1.WPF.Grid.GridColumnHeaderCell.ShowSort">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.ShowSort.html#C1_WPF_Grid_GridColumnHeaderCell_ShowSort">ShowSort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid should display sort indicators in the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_SortAscendingIconTemplate" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortAscendingIconTemplate">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortAscendingIconTemplate.html#C1_WPF_Grid_GridColumnHeaderCell_SortAscendingIconTemplate">SortAscendingIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sort ascending icon template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_SortDescendingIconTemplate" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortDescendingIconTemplate">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortDescendingIconTemplate.html#C1_WPF_Grid_GridColumnHeaderCell_SortDescendingIconTemplate">SortDescendingIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sort descending icon template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_SortIconPosition" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortIconPosition">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortIconPosition.html#C1_WPF_Grid_GridColumnHeaderCell_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_GridColumnHeaderCell_SortIndeterminateIconTemplate" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortIndeterminateIconTemplate">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortIndeterminateIconTemplate.html#C1_WPF_Grid_GridColumnHeaderCell_SortIndeterminateIconTemplate">SortIndeterminateIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sort indeterminate icon template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_SortState" data-uid="C1.WPF.Grid.GridColumnHeaderCell.SortState">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.SortState.html#C1_WPF_Grid_GridColumnHeaderCell_SortState">SortState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sort state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_Title" data-uid="C1.WPF.Grid.GridColumnHeaderCell.Title">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.Title.html#C1_WPF_Grid_GridColumnHeaderCell_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_TitleAlignment" data-uid="C1.WPF.Grid.GridColumnHeaderCell.TitleAlignment">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitleAlignment.html#C1_WPF_Grid_GridColumnHeaderCell_TitleAlignment">TitleAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the title inside the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_TitlePadding" data-uid="C1.WPF.Grid.GridColumnHeaderCell.TitlePadding">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitlePadding.html#C1_WPF_Grid_GridColumnHeaderCell_TitlePadding">TitlePadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding of the title of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_TitleStyle" data-uid="C1.WPF.Grid.GridColumnHeaderCell.TitleStyle">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.TitleStyle.html#C1_WPF_Grid_GridColumnHeaderCell_TitleStyle">TitleStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_WordWrap" data-uid="C1.WPF.Grid.GridColumnHeaderCell.WordWrap">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.WordWrap.html#C1_WPF_Grid_GridColumnHeaderCell_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line break mode 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_GridColumnHeaderCell_Dispose_System_Boolean_" data-uid="C1.WPF.Grid.GridColumnHeaderCell.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.Dispose.html#C1_WPF_Grid_GridColumnHeaderCell_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OnApplyTemplate" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OnApplyTemplate.html#C1_WPF_Grid_GridColumnHeaderCell_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OnFontChanged" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OnFontChanged">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OnFontChanged.html#C1_WPF_Grid_GridColumnHeaderCell_OnFontChanged">OnFontChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OnMouseEnter.html#C1_WPF_Grid_GridColumnHeaderCell_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OnMouseLeave_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OnMouseLeave.html#C1_WPF_Grid_GridColumnHeaderCell_OnMouseLeave_System_Windows_Input_MouseEventArgs_">OnMouseLeave(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OnOutlineTapped_C1_WPF_Grid_GridOutlineEventArgs_" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OnOutlineTapped(C1.WPF.Grid.GridOutlineEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OnOutlineTapped.html#C1_WPF_Grid_GridColumnHeaderCell_OnOutlineTapped_C1_WPF_Grid_GridOutlineEventArgs_">OnOutlineTapped(GridOutlineEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">OutlineTapped</span> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_GridColumnHeaderCell_IsOptionsDropDownOpenChanged" data-uid="C1.WPF.Grid.GridColumnHeaderCell.IsOptionsDropDownOpenChanged">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.IsOptionsDropDownOpenChanged.html">IsOptionsDropDownOpenChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the options drop-down is opened or closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnHeaderCell_OutlineTapped" data-uid="C1.WPF.Grid.GridColumnHeaderCell.OutlineTapped">
          <a class="xref" href="C1.WPF.Grid.GridColumnHeaderCell.OutlineTapped.html">OutlineTapped</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when any of the outlines is tapped.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
