Skip to main content

SchedulerStorage.CreateAppointmentDependency(Object, Object) Method

Reserved for future use.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public AppointmentDependency CreateAppointmentDependency(
    object parentId,
    object dependentId
)
Public Function CreateAppointmentDependency(
    parentId As Object,
    dependentId As Object
) As AppointmentDependency

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

A DevExpress.XtraScheduler.AppointmentDependency object.

See Also