Whether to show resources children in a tree.

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

Syntax

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

See Also