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.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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