The Calendar control serves as a view in document-view architecture, where the document is implemented by the Schedule class. The Calendar provides several schedule related views, such as Month, List, Timetable, that present the scheduled events in different styles and layouts.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public class Calendar : AbsoluteLayout, IDrawable |
Visual Basic
Copy Code
|
|---|
Public Class Calendar |
Inheritance HierarchySystem.Object![]()
Microsoft.Maui.Controls.BindableObject![]()
Microsoft.Maui.Controls.Element![]()
Microsoft.Maui.Controls.NavigableElement![]()
Microsoft.Maui.Controls.VisualElement![]()
Microsoft.Maui.Controls.View![]()
Microsoft.Maui.Controls.Layout![]()
Microsoft.Maui.Controls.AbsoluteLayout![]()
MindFusion.Scheduling.Calendar
See Also