Text that appear while loading the content from the server.

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

Syntax

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

See Also