ResourcesTree Class
The control used to display hierarchically ordered resources for the SchedulerControl.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.SchedulerExtensions
#Declaration
[ComVisible(false)]
public class ResourcesTree :
TreeList,
IDisposable,
ISupportInitialize,
IResourceTreeControllerOwner
#Remarks
To obtain data for display, the Resources Tree control is bound to the SchedulerControl via the ResourcesTree.SchedulerControl property. Resource data requires an additional field that specifies the parent node for the current resource, as described in the Hierarchical Resource Specifics document.
The ResourcesTree class inherits from the TreeList class and uses only a subset of properties and methods of the base class. You are advised against using properties and methods inherited from the TreeList class in your application unless they are overridden.
Note
Not all the functionality of the Tree
The following picture illustrates the ResourcesTreeControl filled with sample data.