Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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