SchedulerStorage.CreateAppointmentDependency(Object, Object, AppointmentDependencyType) 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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
Declaration
public AppointmentDependency CreateAppointmentDependency(
object parentId,
object dependentId,
AppointmentDependencyType type
)
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. |
type | AppointmentDependencyType | A AppointmentDependencyType enumeration specifying the type of the dependency link. |
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.