Skip to main content
A newer version of this page is available. .

IAppointmentDependencyStorage.Remove(AppointmentDependency) Method

Removes an appointment dependency from the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

void Remove(
    AppointmentDependency dependency
)

Parameters

Name Type Description
dependency AppointmentDependency

An AppointmentDependency object that is the appointment to remove.

Remarks

This method removes the specified AppointmentDependency object from the collection maintained by the current IAppointmentDependencyStorage object. Appointment dependency collection can be accessed using the storage’s Items collection.

See Also