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