Enables sweeping grid cell DOM elements from visited areas.

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

Syntax

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

See Also