Specifies the number of grid cells (outside of the viewport) that will not be cleared when CellSweeping is enabled.

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

Syntax

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

See Also