Back to Devexpress

AppointmentDataStorage.Remove(Appointment) Method

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentdatastorage-dot-remove-x28-devexpress-dot-xtrascheduler-dot-appointment-x29.md

latest1.8 KB
Original Source

AppointmentDataStorage.Remove(Appointment) Method

Removes the specified Appointment object from the collection.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public void Remove(
    Appointment apt
)
vb
Public Sub Remove(
    apt As Appointment
)

Parameters

NameTypeDescription
aptAppointment

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 AppointmentDataStorage object. This collection can be accessed using the storage’s AppointmentDataStorage.Items property.

See Also

AppointmentCollection

AppointmentDataStorage Class

AppointmentDataStorage Members

DevExpress.XtraScheduler Namespace