Handling of user action (row dropped at a new location).

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

Syntax

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

See Also