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

ASPxClientAppointment.SetStatusId(statusId) Method

Sets the property value of the client appointment, corresponding to the Appointment.StatusId appointment property.

Declaration

SetStatusId(
    statusId: number
): void

Parameters

Name Type Description
statusId number

An integer representing the index in the AppointmentStatusCollection.

Remarks

Use the ASPxClientAppointment.GetStatusId method to obtain the status of the current client appointment.

See Also