Skip to main content

AppointmentViewInfoCollection.Contains(Appointment) Method

Gets whether the collection contains an AppointmentViewInfo object which relates to the specified appointment.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool Contains(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

A Appointment object that is the appointment to match the AppointmentViewInfo.Appointment property value of an item in the collection.

Returns

Type Description
Boolean

True if the specified appointment is represented by its visual information in the collection; otherwise, false.

See Also