Handling of user action (clicking a free-time slot).

Namespace: DayPilot.Web.Ui
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

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