Specifies action that should be performed after a user collapses a resource tree node.

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

Syntax

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

See Also