GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Schedule Class / Schedule Constructor

In This Topic
    Schedule Constructor
    In This Topic
    Initializes a new instance of a Schedule.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal view As C1GanttView _
    )
    public Schedule( 
       C1GanttView view
    )

    Parameters

    view
    See Also