Maximum number of rendered (but not visible) task boxes that are kept in the cache. Requires ProgressiveTaskRendering='true' and ProgressiveTaskRenderingCacheSweeping='true'.

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

Syntax

C#
public int ProgressiveTaskRenderingCacheSize { get; set; }
Visual Basic
Public Property ProgressiveTaskRenderingCacheSize As Integer
	Get
	Set
Visual C++
public:
property int ProgressiveTaskRenderingCacheSize {
	int get ();
	void set (int value);
}

See Also