Milliseconds to wait before the bubble disappears (after mousouting the event or the bubble).

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

Syntax

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

See Also