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)
 
See Also