SchedulerControl.GetScheduler(DependencyObject) Method
In This Article
Gets the SchedulerControl.Scheduler attached property’s value for the specified DependencyObject.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public static SchedulerControl GetScheduler(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
The element from which the property value is read. |
#Returns
Type | Description |
---|---|
Scheduler |
The element’s Scheduler |
See Also