Search
CalendarPresenter Class
See Also
 






Renders a Calendar using Microsoft.Maui.Graphics API.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public class CalendarPresenter : GraphicsView, IGestureRecognizer

Visual Basic  Copy Code

Public Class CalendarPresenter
    Inherits GraphicsView
    Implements IGestureRecognizer

 Inheritance Hierarchy

System.Object
    Microsoft.Maui.Controls.BindableObject
        Microsoft.Maui.Controls.Element
            Microsoft.Maui.Controls.NavigableElement
                Microsoft.Maui.Controls.VisualElement
                    Microsoft.Maui.Controls.View
                        Microsoft.Maui.Controls.GraphicsView
                            MindFusion.Scheduling.CalendarPresenter

 See Also