Hide the control until the response from the Init event is received. Use when you change the display significantly in OnInit (custom header HTML, number of columns, etc.).

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

See Also