Skip to main content

AppointmentViewInfoCollection.ContainsId(Object) Method

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool ContainsId(
    object appointmentId
)

Parameters

Name Type Description
appointmentId Object

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

Returns

Type Description
Boolean

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

See Also