AppointmentStorageBase.Contains(Appointment) Method
Determines whether the appointment storage contains the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | An Appointment object to find in the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the collection contains the specified appointment; otherwise, false. |
Remarks
Tip
The collection of appointments in storage can be accessed via the AppointmentStorageBase.Items property.
Implements
See Also