# C1.Win.Schedule.C1Calendar.DropDownMonthCount

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Calendar_DropDownMonthCount_" data-uid="C1.Win.Schedule.C1Calendar.DropDownMonthCount*">DropDownMonthCount Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Calendar_DropDownMonthCount_" data-uid="C1.Win.Schedule.C1Calendar.DropDownMonthCount*"></a>
<h4 id="C1_Win_Schedule_C1Calendar_DropDownMonthCount" data-uid="C1.Win.Schedule.C1Calendar.DropDownMonthCount">DropDownMonthCount</h4>
<div class="markdown level1 summary"><p>Gets or sets the number of items in dropdown month/year selectors in the month header.
The default value is 9.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;Calendar.DropDownMonthCount&quot;, &quot;Gets or sets the number of items in dropdown month/year selectors.&quot;)]
public int DropDownMonthCount { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;Calendar.DropDownMonthCount&quot;, &quot;Gets or sets the number of items in dropdown month/year selectors.&quot;)&gt;
Public Property DropDownMonthCount As Integer</code></pre>
</div>
<h5 id="C1_Win_Schedule_C1Calendar_DropDownMonthCount_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property value cannot be less than 1 or greater than 12.</p>
</div>
</div>
