A scheduler control where the content is dynamically loaded during scrolling.

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

Syntax

C#
[ObsoleteAttribute("DayPilotDynamicScheduler is now replaced by DayPilotScheduler control.")]
public class DayPilotSchedulerDynamic : DataBoundControl, 
	IPostBackEventHandler, ICallbackEventHandler
Visual Basic (Declaration)
<ObsoleteAttribute("DayPilotDynamicScheduler is now replaced by DayPilotScheduler control.")> _
Public Class DayPilotSchedulerDynamic _
	Inherits DataBoundControl _
	Implements IPostBackEventHandler, ICallbackEventHandler
Visual C++
[ObsoleteAttribute(L"DayPilotDynamicScheduler is now replaced by DayPilotScheduler control.")]
public ref class DayPilotSchedulerDynamic : public DataBoundControl, 
	IPostBackEventHandler, ICallbackEventHandler

Inheritance Hierarchy

See Also