Which event border shoud be used for moving.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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