Gets or sets the current view. This is a dependency property.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public CalendarView CurrentView { get; set; } |
Visual Basic
![]() |
---|
Public Property CurrentView As CalendarView |
A member of the CalendarView enumeration.
The current view can be switched interactively by the user. Clicking on the calendar header with the left mouse button will drill-out to a more general view, up to the view specified by the MaxDrillOut property. Clicking on an item in the current view ill drill-in to a more specific view, down to the view specified by the MaxDrillIn property.