Gets the Scheduler attached property's value for the specified System.Windows.DependencyObject.
Namespace:DevExpress.Xpf.Scheduling
Assembly:DevExpress.Xpf.Scheduling.v19.2.dll

Syntax
C# |
public static SchedulerControl GetScheduler(
DependencyObject obj
)
|
VB |
static Public Function GetScheduler(
ByVal obj As DependencyObject
) As SchedulerControl
|
Parameters
-
obj
-
Type: DependencyObject
The element from which the property value is read.
Return value
Type:
SchedulerControl
The element's Scheduler property value.

See Also