# C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDays

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_C1Calendar_GenerateAdjacentMonthDays_" data-uid="C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDays*">GenerateAdjacentMonthDays Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_C1Calendar_GenerateAdjacentMonthDays_" data-uid="C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDays*"></a>
<h4 id="C1_WPF_Schedule_C1Calendar_GenerateAdjacentMonthDays" data-uid="C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDays">GenerateAdjacentMonthDays</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that determines whether to show days corresponding
to months which are adjacent for the months currently represented by the
control. The default value is False. 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 bool GenerateAdjacentMonthDays { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property GenerateAdjacentMonthDays As Boolean</code></pre>
</div>
<h5 id="C1_WPF_Schedule_C1Calendar_GenerateAdjacentMonthDays_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;
</code></pre>
<p>If <a class="xref" href="C1.WPF.Schedule.C1Calendar.GenerateAdjacentMonthDays.html#C1_WPF_Schedule_C1Calendar_GenerateAdjacentMonthDays">GenerateAdjacentMonthDays</a> is set to true,
the <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.GenerateAdjacentPreviousMonthDays.html#C1_WPF_Schedule_C1CalendarItem_GenerateAdjacentPreviousMonthDays">GenerateAdjacentPreviousMonthDays</a>
property for the <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.html">C1CalendarItem</a> showing a first of currently
represented months
and the <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.GenerateAdjacentNextMonthDays.html#C1_WPF_Schedule_C1CalendarItem_GenerateAdjacentNextMonthDays">GenerateAdjacentNextMonthDays</a>
property for the <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.html">C1CalendarItem</a> showing a last of currently
represented months are set to true.</p>

</div>
</div>
