Which event border shoud be used for moving.

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

Syntax

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

See Also