ResourceTreeControl.GetResourceTree(DependencyObject) Method
Gets the value of the ResourceTree attached property from a given object.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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