SchedulerControl.GetScheduler(DependencyObject) Method
Gets the SchedulerControl.Scheduler attached property’s value for the specified DependencyObject.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
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