Skip to main content
A newer version of this page is available. .

SchedulerPrintAdapter.GetStatus(Object) Method

Returns the Appointment’s Status by its ID.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public IAppointmentStatus GetStatus(
    object statusId
)

Parameters

Name Type Description
statusId Object

An object that is the appointment status identifier (the Id property value of the IAppointmentStatus object).

Returns

Type Description
IAppointmentStatus

An IAppointmentStatus object which is the status of the appointment.

Remarks

The IAppointmentStatus object is obtained from the AppointmentStorage.Statuses collection, according to its ID.

See Also