AppointmentStorage.Remove(Appointment) Method
In This Article
Removes the specified Appointment object from the collection.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Appointment | A Appointment object specifying the appointment to remove. |
#Remarks
The Remove method removes the specified Appointment object from the appointment collection maintained by the current AppointmentStorage object. This collection can be accessed via the storage's AppointmentStorage.Items property.
In order to perform the same action at the level of the appointment collection, use the collection's AppointmentCollection.Remove method.
See Also