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





Gets or sets the last view that can be drilled-out to. This is a dependency property.

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

 Syntax

C#  Copy Code

public CalendarView MaxDrillOut { get; set; }

Visual Basic  Copy Code

Public Property MaxDrillOut As CalendarView

 Property Value

A member of the CalendarView enumeration.

 Remarks

The user can drill-out by clicking on any cell in the current view.

 See Also

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