Specifies the type of view to display in a calendar control.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum CalendarView |
Visual Basic
![]() |
---|
Public Enum CalendarView |
Member name | Value | Description | |
---|---|---|---|
![]() |
MonthRange |
0 | The calendar displays several months in a grid. The days of each month are visible too. |
![]() |
SingleMonth |
1 | The calendar displays a single month at a time. The days of the month are displayed in a grid. |
![]() |
WeekRange |
2 | The calendar displays a grid of days, with the columns representing the week days from Monday to Sunday and the rows representing weeks. |
![]() |
List |
3 | The calendar displays several seconds, minutes, hours, days, weeks, months or years in a row. |
![]() |
Timetable |
4 | The calendar displays a timetable where each row represents a fixed arbitrary time interval and each column represents a day. This view allows further division by various grouping criteria such as contacts, locations or tasks. |
![]() |
ResourceView |
5 | The calendar displays the distribution of items over a period of time. |