Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / Schedule Property

In This Topic
    Schedule Property (BaseTableView)
    In This Topic
    Gets or sets the C1Schedule control which data should be reflected in the current view.
    Syntax
    'Declaration
     
    Public Property Schedule As C1Schedule
    public C1Schedule Schedule {get; set;}
    See Also