MindFusion.Scheduling for Silverlight Programmer's Guide
CalendarView Enumeration
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 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 (see List View).

MonthRange

The calendar displays several months in a grid. The days of each month are visible too (see Month Range View).

ResourceView

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

SingleMonth

The calendar displays a single month at a time. The days of the month are displayed in a grid (see Single Month View).

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 (see Timetable View).

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 Week Range View).

 Remarks

A value of this enumeration is assigned to the CurrentView property of the Calendar class.

 See Also

MindFusion.Scheduling.Silverlight Namespace