Whether an animation is used during bubble popup. Disables loading label (regardless of ShowLoadingLabel value).

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

Syntax

C#
public bool Animated { get; set; }
Visual Basic
Public Property Animated As Boolean
	Get
	Set
Visual C++
public:
property bool Animated {
	bool get ();
	void set (bool value);
}

See Also