MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.CurrentView Property
See Also
 





Gets or sets the type of the calendar view. This is a dependency property.

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

 Syntax

C#  Copy Code

public CalendarView CurrentView { get; set; }

Visual Basic  Copy Code

Public Property CurrentView As CalendarView

 Property Value

A member of the CalendarView enumeration. The default is SingleMonth.

 Remarks

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.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace