Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1ScheduleStorage Class / C1ScheduleStorage Constructor / C1ScheduleStorage Constructor(Control)
The owning Scheduler control.

In This Topic
    C1ScheduleStorage Constructor(Control)
    In This Topic
    Initializes the new instance of the C1ScheduleStorage component.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal scheduler As Control _
    )
    public C1ScheduleStorage( 
       Control scheduler
    )

    Parameters

    scheduler
    The owning Scheduler control.
    See Also