MindFusion.Wpf Pack Programmer's Guide
Calendar.CurrentView Property
See Also
 





Gets or sets the current view. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 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.

 Remarks

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.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.Wpf Namespace
MaxDrillIn Property
MaxDrillOut Property