AppointmentDependencyDataStorage.Add(AppointmentDependency) Method
Adds the specific AppointmentDependency to this AppointmentDependencyDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
dependency | AppointmentDependency | The AppointmentDependency to add. |
Returns
Type | Description |
---|---|
Int32 | An Int32 value that is the index of the inserted appointment dependency in the AppointmentDependencyDataStorage. |
See Also