Handling of user action (double-clicking a row header).
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public RowDoubleClickHandlingType RowDoubleClickHandling { get; set; } |
Visual Basic |
---|
Public Property RowDoubleClickHandling As RowDoubleClickHandlingType Get Set |
Visual C++ |
---|
public: property RowDoubleClickHandlingType RowDoubleClickHandling { RowDoubleClickHandlingType get (); void set (RowDoubleClickHandlingType value); } |