ComponentOne Scheduler for WinForms
PrintSelectedCalendar Property (PrintOptionsForm)

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule.Printing Namespace > PrintOptionsForm Class : PrintSelectedCalendar Property
Gets or sets a System.Boolean value determining whether control should only show appointments from the currently selected C1.Win.C1Schedule.ScheduleGroupItem 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 C1.Win.C1Schedule.ScheduleGroupItem.
Syntax
'Declaration
 
Public Property PrintSelectedCalendar As System.Boolean
public System.bool PrintSelectedCalendar {get; set;}
Remarks
This property only makes sense if the GroupBy property is set.
See Also

Reference

PrintOptionsForm Class
PrintOptionsForm Members