Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Printing Namespace / PrintOptionsForm Class / PrintSelectedCalendar Property

In This Topic
    PrintSelectedCalendar Property (PrintOptionsForm)
    In This Topic
    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