Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public static void SetScheduler(
    DependencyObject obj,
    SchedulerControl value
)

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