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

In This Topic
    Context Property (PrintStyle)
    In This Topic
    Gets or sets a PrintContextType value, specifying whether the current PrintStyle objects displays the single appointment or appointments of the specified date range.
    Syntax
    'Declaration
     
    Public Property Context As PrintContextType
    public PrintContextType Context {get; set;}
    See Also