Milliseconds to wait before the bubble appears (after mouseovering the events).

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

Syntax

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

See Also