Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / Schedule Property

In This Topic
    Schedule Property (C1Calendar)
    In This Topic
    Gets or sets the reference to the C1Schedule control associated with the C1Calendar control.
    Syntax
    'Declaration
     
    Public Property Schedule As C1Schedule
    public C1Schedule Schedule {get; set;}
    See Also