Whether the 'Loading...' label is visible.

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

Syntax

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

See Also