MindFusion WinForms Programmer's Guide
Calendar Class
See Also
 





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 SingleMonth, List, Timetable, that present the scheduled events in different styles and layouts.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public class Calendar : Control, ISupportInitialize

Visual Basic  Copy Code

Public Class Calendar
    Inherits Control
    Implements ISupportInitialize

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                MindFusion.Scheduling.WinForms.Calendar

 See Also

Calendar Members
MindFusion.Scheduling.WinForms Namespace