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

IAppointmentStorageBase.Remove(Appointment) Method

Removes the specified Appointment object from the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

void Remove(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object that is the appointment to remove.

Remarks

This method removes the specified Appointment object from the appointment collection maintained by the current IAppointmentStorageBase object. This collection can be accessed via the storage’s IAppointmentStorageBase.Items property.

See Also