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
)

#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