[]
        
(Showing Draft Content)

C1.Schedule.Printing.PrintInfo.PrintSelectedCalendar

PrintSelectedCalendar Property

PrintSelectedCalendar

Gets or sets a bool value determining whether control should only show appointments from the currently selected 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 ScheduleGroupItem.

Declaration
public bool PrintSelectedCalendar { get; set; }
Remarks

This property only makes sense if the C1Schedule.GroupBy property is set.