# GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarButton.CalendarInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarButton_CalendarInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarButton.CalendarInfo*">CalendarInfo Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarButton_CalendarInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarButton.CalendarInfo*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarButton_CalendarInfo" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarButton.CalendarInfo">CalendarInfo</h4>
<div class="markdown level1 summary"><p>Gets the GrapeCity.Windows.InputMan.Primitives.CalendarInfo which contains the advanced information of the dates that the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarButton.html">CalendarButton</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 CalendarInfo CalendarInfo { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property CalendarInfo As CalendarInfo</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.CalendarInfo.html">CalendarInfo</a></td>
      <td><p>The GrapeCity.Windows.InputMan.Primitives.CalendarInfo which this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarButton.html">CalendarButton</a> presented.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarButton_CalendarInfo_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The GrapeCity.Windows.InputMan.Primitives.CalendarInfo contains the following information:</p>
<table><thead><tr><th class="term">CalendarInfo Property</th><th class="description">Description</th></tr></thead><tbody><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.CalendarInfo.StartDate</td><td class="description">The first date of the date range which the GrapeCity.Windows.InputMan.Primitives.CalendarInfo represents.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate</td><td class="description">The last date of the date range which the GrapeCity.Windows.InputMan.Primitives.CalendarInfo represents.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.CalendarInfo.IsTrailing</td><td class="description">The dates between GrapeCity.Windows.InputMan.Primitives.CalendarInfo.StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.CalendarInfo.HasSelectedDays</td><td class="description">The date range of GrapeCity.Windows.InputMan.Primitives.CalendarInfo.StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate contains some selected days.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.CalendarInfo.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.CalendarInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.MonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat.</td></tr></tbody></table>
</div>
</div>
