# C1.WPF.FlexGrid.RowCol.HeaderCellStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_RowCol_HeaderCellStyle_" data-uid="C1.WPF.FlexGrid.RowCol.HeaderCellStyle*">HeaderCellStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_RowCol_HeaderCellStyle_" data-uid="C1.WPF.FlexGrid.RowCol.HeaderCellStyle*"></a>
<h4 id="C1_WPF_FlexGrid_RowCol_HeaderCellStyle" data-uid="C1.WPF.FlexGrid.RowCol.HeaderCellStyle">HeaderCellStyle</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.WPF.FlexGrid.RowCol.CellStyle.html#C1_WPF_FlexGrid_RowCol_CellStyle">CellStyle</a> that defines the appearance of the header cells
in this row or column.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellStyle HeaderCellStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property HeaderCellStyle As CellStyle</code></pre>
</div>
<h5 id="C1_WPF_FlexGrid_RowCol_HeaderCellStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;This property allows you to define reusable styles for grid rows and columns.
</code></pre>
<p>You can easily create <a class="xref" href="C1.WPF.FlexGrid.RowCol.CellStyle.html#C1_WPF_FlexGrid_RowCol_CellStyle">CellStyle</a> objects in XAML or in code, and
then assign them to grid rows or columns.</p>
<p>For an example, please see the <a class="xref" href="C1.WPF.FlexGrid.RowCol.CellStyle.html#C1_WPF_FlexGrid_RowCol_CellStyle">CellStyle</a> property.</p>
</div>
</div>
