Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 TreeList is available for the ResourcesTree control. Among others, the Custom Sorting feature is not supported.

The following picture illustrates the ResourcesTreeControl filled with sample data.

ResourcesTreeControl alone

#Implements

See Also