Xamarin Pack Programmer's Guide
CalendarView Enumeration
See Also
 






Specifies the type of view to display in a calendar control.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public enum CalendarView

Visual Basic  Copy Code

Public Enum CalendarView

 Members

  Member name Description

List

The calendar displays several seconds, minutes, hours, days, weeks, months, or years in a row or a column.

Month

The calendar displays a single month at a time. The days of the month are displayed in a grid.

ResourceView

The calendar displays the distribution of items over a period of time.

Timetable

The calendar displays a timetable where each row represents a fixed arbitrary time interval and each column represents a day. This view allow further division by various grouping criteria such as by contacts, locations or tasks.

WeekRange

The calendar displays a grid of days, with the columns representing the week days from Monday to Sunday and the rows representing weeks.

 See Also

MindFusion.Scheduling Namespace