False for dynamic children loading. Obsolete. Use !DynamicChildren instead.
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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); } |