Maximum number of rendered (but not visible) events that are kept in the cache. Requires DynamicEventRendering='Progressive' and DynamicEventRenderingCacheSweeping=true.

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

Syntax

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

See Also