Skip to main content

ResourceTreeControl.GetResourceTree(DependencyObject) Method

Gets the value of the ResourceTree attached property from a given object.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public static ResourceTreeControl GetResourceTree(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

An object whose ResourceTree attached property value must be returned.

Returns

Type Description
ResourceTreeControl

A ResourceTreeControl object associated with the specified object

See Also