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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo" class="text-break">CalendarInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.html">CalendarInfo</a> contains the advanced information for GrapeCity.Windows.InputMan.Primitives.CalendarButton presentation.</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">CalendarInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarInfo : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarInfo
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.html">CalendarInfo</a> contains the following information:</p>
<table><thead><tr><th class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.html">CalendarInfo</a>Property</th><th class="description">Description</th></tr></thead><tbody><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.StartDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_StartDate">StartDate</a></td><td class="description">The first date of the date range which the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.html">CalendarInfo</a> represents.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.EndDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_EndDate">EndDate</a></td><td class="description">The last date of the date range which the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.html">CalendarInfo</a> represents.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.IsTrailing.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_IsTrailing">IsTrailing</a></td><td class="description">The dates between <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.StartDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_StartDate">StartDate</a> and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.HasSelectedDays.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_HasSelectedDays">HasSelectedDays</a></td><td class="description">The date range of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.StartDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_StartDate">StartDate</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.EndDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_EndDate">EndDate</a> contains some selected days.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.Text.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_Text">Text</a></td><td class="description">The formatted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.html">CalendarInfo</a> should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.MonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat.</td></tr></tbody></table>
</div>
  <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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_EndDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.EndDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.EndDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_EndDate">EndDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the last date of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.html">CalendarInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_HasSelectedDays" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.HasSelectedDays">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.HasSelectedDays.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_HasSelectedDays">HasSelectedDays</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the date range of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.StartDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_StartDate">StartDate</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.EndDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_EndDate">EndDate</a> contains some selected days.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_IsTrailing" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.IsTrailing">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.IsTrailing.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_IsTrailing">IsTrailing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the dates between <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.StartDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_StartDate">StartDate</a> and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_StartDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.StartDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.StartDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_StartDate">StartDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first date of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.html">CalendarInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_Text" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.Text">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.Text.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarInfo_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarInfo.html">CalendarInfo</a> should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.MonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
