False for dynamic children loading. Obsolete. Use !DynamicChildren instead.

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

Syntax

C#
[ObsoleteAttribute("Use !DynamicChildren instead.")]
public bool ChildrenLoaded { get; set; }
Visual Basic
<ObsoleteAttribute("Use !DynamicChildren instead.")> _
Public Property ChildrenLoaded As Boolean
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"Use !DynamicChildren instead.")]
property bool ChildrenLoaded {
	bool get ();
	void set (bool value);
}

See Also