Text that appear while loading the content from the server.

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

Syntax

C#
public string LoadingText { get; set; }
Visual Basic
Public Property LoadingText As String
	Get
	Set
Visual C++
public:
property String^ LoadingText {
	String^ get ();
	void set (String^ value);
}

See Also