SchedulerControl.GetScheduler(DependencyObject) Method
Gets the SchedulerControl.Scheduler attached property’s value for the specified DependencyObject.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | The element from which the property value is read. |
Returns
| Type | Description |
|---|---|
| SchedulerControl | The element’s SchedulerControl.Scheduler property value. |
See Also