# C1.Schedule.Printing.PrintInfo.PrintSelectedCalendar

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Printing_PrintInfo_PrintSelectedCalendar_" data-uid="C1.Schedule.Printing.PrintInfo.PrintSelectedCalendar*">PrintSelectedCalendar Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Printing_PrintInfo_PrintSelectedCalendar_" data-uid="C1.Schedule.Printing.PrintInfo.PrintSelectedCalendar*"></a>
<h4 id="C1_Schedule_Printing_PrintInfo_PrintSelectedCalendar" data-uid="C1.Schedule.Printing.PrintInfo.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">[C1Description(&quot;Printing.PrintSelectedCalendar&quot;, &quot;Determines whether selected ScheduleGroupItem appointments should be printed.&quot;)]
public bool PrintSelectedCalendar { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Printing.PrintSelectedCalendar&quot;, &quot;Determines whether selected ScheduleGroupItem appointments should be printed.&quot;)&gt;
Public Property PrintSelectedCalendar As Boolean</code></pre>
</div>
<h5 id="C1_Schedule_Printing_PrintInfo_PrintSelectedCalendar_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property only makes sense if the C1Schedule.GroupBy property is set.</p>
</div>
</div>
