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