Gets or sets the last view that can be drilled-in to. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public CalendarView MaxDrillIn { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MaxDrillIn As CalendarView |
A member of the CalendarView enumeration.
RemarksThe user can drill-in by clicking on any cell in the current view.
See Also