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

In This Topic
    HidePrivateAppointments Property (PrintInfo)
    In This Topic
    Gets or sets a System.Boolean value determining whether control should hide details of private appointments in the resulting document.
    Syntax
    'Declaration
     
    Public Property HidePrivateAppointments As System.Boolean
    public System.bool HidePrivateAppointments {get; set;}
    See Also