Control that shows Outlook-like month calendar view (one cell = one day, one row = one week).

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

Syntax

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

Remarks

Inheritance Hierarchy

See Also