# GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarItem.HeaderInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarItem_HeaderInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarItem.HeaderInfo*">HeaderInfo Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarItem_HeaderInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarItem.HeaderInfo*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarItem_HeaderInfo" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarItem.HeaderInfo">HeaderInfo</h4>
<div class="markdown level1 summary"><p>Gets the GrapeCity.Windows.InputMan.Primitives.HeaderInfo which contains the advanced information of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarItem.html">CalendarItem</a> represents. This is a dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public HeaderInfo HeaderInfo { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property HeaderInfo As HeaderInfo</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.HeaderInfo.html">HeaderInfo</a></td>
      <td><p>The GrapeCity.Windows.InputMan.Primitives.HeaderInfo which this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarItem.html">CalendarItem</a> presented.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarItem_HeaderInfo_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The GrapeCity.Windows.InputMan.Primitives.HeaderInfo contains the following information:</p>
<table><thead><tr><th class="term">HeaderInfo Property</th><th class="description">Description</th></tr></thead><tbody><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.HeaderInfo.StartDate</td><td class="description">The first date of the date range which the GrapeCity.Windows.InputMan.Primitives.HeaderInfo represents.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.HeaderInfo.EndDate</td><td class="description">The last date of the date range which the GrapeCity.Windows.InputMan.Primitives.HeaderInfo represents.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.HeaderInfo.Text</td><td class="description">The formatted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that the GrapeCity.Windows.InputMan.Primitives.HeaderInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.YearMonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat.</td></tr></tbody></table>
</div>
</div>
