# C1.Win.Schedule.Printing.PrintOptionsForm.PrintSelectedCalendar

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_Printing_PrintOptionsForm_PrintSelectedCalendar_" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.PrintSelectedCalendar*">PrintSelectedCalendar Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_Printing_PrintOptionsForm_PrintSelectedCalendar_" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.PrintSelectedCalendar*"></a>
<h4 id="C1_Win_Schedule_Printing_PrintOptionsForm_PrintSelectedCalendar" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.PrintSelectedCalendar">PrintSelectedCalendar</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether control should only
show appointments from the currently selected <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> in the resulting document.
By default resulting document contains all appointments regardless of the C1Schedule grouping.
Set this property to true to show appointments from the currently selected <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool PrintSelectedCalendar { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property PrintSelectedCalendar As Boolean</code></pre>
</div>
<h5 id="C1_Win_Schedule_Printing_PrintOptionsForm_PrintSelectedCalendar_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property only makes sense if the <a class="xref" href="C1.Win.Schedule.C1Schedule.GroupBy.html#C1_Win_Schedule_C1Schedule_GroupBy">GroupBy</a> property is set.</p>
</div>
</div>
