Determines time range double click handling.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public UserActionHandling TimeRangeDoubleClickHandling { get; set; } |
| Visual Basic |
|---|
Public Property TimeRangeDoubleClickHandling As UserActionHandling Get Set |
| Visual C++ |
|---|
public: property UserActionHandling TimeRangeDoubleClickHandling { UserActionHandling get (); void set (UserActionHandling value); } |