Back to Devexpress

AppointmentDataStorage.Contains(Appointment) Method

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

latest1.7 KB
Original Source

AppointmentDataStorage.Contains(Appointment) Method

Determines whether or not the storage contains the specified appointment.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public bool Contains(
    Appointment apt
)
vb
Public Function Contains(
    apt As Appointment
) As Boolean

Parameters

NameTypeDescription
aptAppointment

An Appointment object to locate in the collection.

|

Returns

TypeDescription
Boolean

true if the storage’s collection contains the specified appointment; otherwise, false.

|

Remarks

A collection of appointments in the storage is accessed via its AppointmentDataStorage.Items property.

See Also

AppointmentDataStorage Class

AppointmentDataStorage Members

DevExpress.XtraScheduler Namespace