Skip to main content

SchedulerPrintAdapter.GetStatus(Object) Method

Returns the Appointment’s Status by its ID.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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