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
SyntaxC#
Copy Code
|
|---|
public CalendarView MaxDrillOut { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MaxDrillOut As CalendarView |
A member of the CalendarView enumeration.
RemarksThe user can drill-out by clicking on any cell in the current view.
See Also