Determines the action to be executed after the user resizes 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 TaskResizeHandlingType TaskResizeHandling { get; set; } |
Visual Basic |
---|
Public Property TaskResizeHandling As TaskResizeHandlingType Get Set |
Visual C++ |
---|
public: property TaskResizeHandlingType TaskResizeHandling { TaskResizeHandlingType get (); void set (TaskResizeHandlingType value); } |