Which event border shoud be used for moving.

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

Syntax

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

See Also