ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DayOfWeekSlotPresenter Class / DayOfWeekSlotPresenter Constructor

In This Topic
    DayOfWeekSlotPresenter Constructor
    In This Topic
    Initializes the new instance of the DayOfWeekSlotPresenter control.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal calendar As C1Calendar _
    )
    public DayOfWeekSlotPresenter( 
       C1Calendar calendar
    )

    Parameters

    calendar
    See Also