SchedulerControl.SetScheduler(DependencyObject, SchedulerControl) Method
Sets the SchedulerControl.Scheduler attached property’s value for the specified object.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | An object for which the SchedulerControl.Scheduler attached property should be set. |
| value | SchedulerControl | A SchedulerControl value that specifies the value to be assigned to the SchedulerControl.Scheduler property. |
See Also