Determines the action to be executed after the user moves a task. If set to Disabled moving is not enabled on the client side.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public TaskMoveHandlingType TaskMoveHandling { get; set; } |
Visual Basic |
---|
Public Property TaskMoveHandling As TaskMoveHandlingType Get Set |
Visual C++ |
---|
public: property TaskMoveHandlingType TaskMoveHandling { TaskMoveHandlingType get (); void set (TaskMoveHandlingType value); } |