Location of the drag area for event moving. Drag areas for resizing will be adjusted accordingly.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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