Should the "Loading..." label be visible while waiting for the server response?

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

Syntax

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

See Also