# C1.WPF.Grid.FlexGrid.GroupHeaderFormat

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Grid_FlexGrid_GroupHeaderFormat_" data-uid="C1.WPF.Grid.FlexGrid.GroupHeaderFormat*">GroupHeaderFormat Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Grid_FlexGrid_GroupHeaderFormat_" data-uid="C1.WPF.Grid.FlexGrid.GroupHeaderFormat*"></a>
<h4 id="C1_WPF_Grid_FlexGrid_GroupHeaderFormat" data-uid="C1.WPF.Grid.FlexGrid.GroupHeaderFormat">GroupHeaderFormat</h4>
<div class="markdown level1 summary"><p>Gets or sets the format string used to create the group header content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string GroupHeaderFormat { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property GroupHeaderFormat As String</code></pre>
</div>
<h5 id="C1_WPF_Grid_FlexGrid_GroupHeaderFormat_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The string may contain any text, plus the following replacement strings:</p>
<p><strong>{name}-The name of the property being grouped on.</strong></p><ul><li><span class="term">{value}</span>The value of the property being grouped on.</li><li><span class="term">{level}</span>The group level.</li><li><span class="term">{count}</span>The total number of items in this group.</li></ul>
</div>
</div>
