AppointmentViewInfoCollection.GetAppointmentViewInfosById(Object) Method
Gets AppointmentViewInfo object(s) by an appointment identifier.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
appointmentId | Object | An object that is the appointment identifier (a value of the Appointment.Id property). |
Returns
Type | Description |
---|---|
AppointmentViewInfoCollection | An AppointmentViewInfoCollection object that contains AppointmentViewInfo object(s) related to an appointment with the specified ID. |
See Also