Double-click timeout in milliseconds.

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

Syntax

C#
public int DoubleClickTimeout { get; set; }
Visual Basic
Public Property DoubleClickTimeout As Integer
	Get
	Set
Visual C++
public:
property int DoubleClickTimeout {
	int get ();
	void set (int value);
}

See Also