AppointmentDependencyDataStorage.Add(Object, Object) Method
Adds the AppointmentDependency with the specific parent and child IDs to this AppointmentDependencyDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
parentId | Object | An Object that is the parent appointment ID. |
dependentId | Object | An Object that is the child appointment ID. |
Returns
Type | Description |
---|---|
AppointmentDependency | The AppointmentDependency that was added. |
See Also