ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / View Class / View Constructor / View Constructor(C1EventsCalendarViewType,Boolean)

In This Topic
    View Constructor(C1EventsCalendarViewType,Boolean)
    In This Topic
    Initializes a new instance of the View class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As C1EventsCalendarViewType, _
       ByVal isActive As System.Boolean _
    )
    public View( 
       C1EventsCalendarViewType type,
       System.bool isActive
    )

    Parameters

    type
    isActive
    See Also