ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendar Class / Views Property

In This Topic
    Views Property
    In This Topic
    List of the views which need to be shown. Both default views("day", "week", "month", "list") and custom views can be added. If add a default view, only Type property of View should be set. If add a custom view, All the properties of View should be set.
    Syntax
    'Declaration
     
    Public ReadOnly Property Views As System.Collections.Generic.List(Of View)
    public System.Collections.Generic.List<View> Views {get;}
    See Also