EventsCalendar for ASP.NET Web Forms
Views Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendar Class : Views Property
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

Reference

C1EventsCalendar Class
C1EventsCalendar Members