Gets or sets the current view. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public CalendarView CurrentView { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CurrentView As CalendarView |
A member of the CalendarView enumeration.
RemarksThe 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