ASP.NET Pack 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.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public class Calendar : WebControl, IScriptControl, IPostBackDataHandler, IPostBackEventHandler

Visual Basic  Copy Code

Public Class Calendar
    Inherits WebControl
    Implements IScriptControl, IPostBackDataHandler, IPostBackEventHandler

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            MindFusion.Scheduling.WebForms.Calendar

 See Also

Calendar Members
MindFusion.Scheduling.WebForms Namespace