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.v24.2.dll
Declaration
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