Enables automatic deleting of hidden event objects for DynamicEventRendering="Progressive".

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

Syntax

C#
public bool DynamicEventRenderingCacheSweeping { get; set; }
Visual Basic
Public Property DynamicEventRenderingCacheSweeping As Boolean
	Get
	Set
Visual C++
public:
property bool DynamicEventRenderingCacheSweeping {
	bool get ();
	void set (bool value);
}

See Also