DayPilotMobile is a control that lists events shows calendar events in a simplified format readable on mobile devices.

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

Syntax

C#
[ObsoleteAttribute("This controls will be removed in one of the future releases.")]
public class DayPilotMobile : DataBoundControl
Visual Basic (Declaration)
<ObsoleteAttribute("This controls will be removed in one of the future releases.")> _
Public Class DayPilotMobile _
	Inherits DataBoundControl
Visual C++
[ObsoleteAttribute(L"This controls will be removed in one of the future releases.")]
public ref class DayPilotMobile : public DataBoundControl

Inheritance Hierarchy

See Also