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

SchedulerStorage.CreateAppointmentDependency(Object, Object) Method

Creates a dependency of the specified type between two appointments specified by their IDs. Not applicable to WPF Scheduler.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v19.1.dll

Declaration

public AppointmentDependency CreateAppointmentDependency(
    object parentId,
    object dependentId
)

Parameters

Name Type Description
parentId Object

An object that is the ID of the parent appointment.

dependentId Object

An object that is the ID of the dependent appointment.

Returns

Type Description
AppointmentDependency

An AppointmentDependency object.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Important

Do not use the CreateAppointmentDependency method. Appointment dependencies are required for the Gantt View which is available only for WinForms.

See Also