IAppointmentDependencyStorage.Add(AppointmentDependency) Method
In This Article
Adds the specified appointment dependency object to the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
int Add(
AppointmentDependency dependency
)
#Parameters
Name | Type | Description |
---|---|---|
dependency | Appointment |
An Appointment |
#Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position at which the new element was inserted. |
#Remarks
This method adds an AppointmentDependency object to the end of the collection maintained by the current appointment dependency storage. This collection can be accessed using the IAppointmentDependencyStorage.Items collection.
See Also