Skip to main content

ResourceTreeControl.SetResourceTree(DependencyObject, ResourceTreeControl) Method

Sets the value of the ResourceTree attached property for a given object.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public static void SetResourceTree(
    DependencyObject obj,
    ResourceTreeControl value
)

Parameters

Name Type Description
obj DependencyObject

An object for which the ResourceTree attached property is set.

value ResourceTreeControl

A ResourceTreeControl object to set for the specified object

See Also