Determines the action to be executed after a user resizes an event. If set to Disabled resizing is not enabled on the client side.

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

Syntax

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

See Also