Skip to main content

AppointmentViewInfoCollection.GetAppointmentViewInfosById(Object) Method

Gets AppointmentViewInfo object(s) by an appointment identifier.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentViewInfoCollection GetAppointmentViewInfosById(
    object appointmentId
)

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