DayPilotCalendar is a control that shows calendar with events.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 6.6.2359.0 (6.6.2359.0)

Syntax

C#
public class DayPilotCalendar : DataBoundControl, 
	IPostBackEventHandler, ICallbackEventHandler
Visual Basic (Declaration)
Public Class DayPilotCalendar _
	Inherits DataBoundControl _
	Implements IPostBackEventHandler, ICallbackEventHandler
Visual C++
public ref class DayPilotCalendar : public DataBoundControl, 
	IPostBackEventHandler, ICallbackEventHandler

Inheritance Hierarchy

See Also