# GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarMode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarMode" class="text-break">CalendarMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether a <span class="xref">GcDropDownCalendar</span> displays a decade, year, or month mode.</p>
</div>
  <div class="markdown level0 conceptual"></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_CalendarMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CalendarMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CalendarMode</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarMode_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>A <span class="xref">GcDropDownCalendar</span> can display a month, a year, or a decade at a time. The following table lists how the user navigates through each mode.</p>
<table><thead><tr><th class="term">DisplayMode</th><th class="description"></th></tr></thead><tbody><tr><td class="term">Month</td><td class="description">To navigate to <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarMode_Year">Year</a>, click on the month heading.</td></tr><tr><td class="term">Year</td><td class="description">To navigate to <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarMode_Decade">Decade</a>, click on the year heading. To navigate to <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarMode_Month">Month</a>, click on one of the displayed months.</td></tr><tr><td class="term">Decade</td><td class="description">To navigate to <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarMode_Year">Year</a>, click on one of the displayed years.</td></tr></tbody></table>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarMode_Decade">Decade</td>
        <td><p>The <span class="xref">GcDropDownCalendar</span> displays a decade at a time.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarMode_Month">Month</td>
        <td><p>The <span class="xref">GcDropDownCalendar</span> displays a month at a time.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarMode_Year">Year</td>
        <td><p>The <span class="xref">GcDropDownCalendar</span> displays a year at a time.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
