Skip to main content
A newer version of this page is available. .

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

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