Skip to main content

AppointmentStatusCollection.GetById(Object) Method

Obtains a status object specified by its identifier.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public AppointmentStatus GetById(
    object id
)

#Parameters

Name Type Description
id Object

An object that is the identifier of the appointment status.

#Returns

Type Description
AppointmentStatus

An AppointmentStatus object with the specified UserInterfaceObject.Id property value.

See Also