Gets or sets the type of the calendar view.
Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public CalendarView CurrentView { get; set; } |
Visual Basic
![]() |
---|
Public Property CurrentView As CalendarView |
One of the CalendarView enumeration values. Default is CalendarView.SingleMonth.
The control can display the schedule data in several different types of views. This property allows changing the current view and can be used to implement drill down into the schedule data by switching from more general to more specialized views.