ASPxClientAppointment.SetStatusId(statusId) Method
Sets the property value of the client appointment, corresponding to the Appointment.StatusKey appointment property.
Declaration
SetStatusId(
statusId: any
): void
Parameters
| Name | Type |
|---|---|
| statusId | any |
Remarks
Use the ASPxClientAppointment.GetStatusId method to obtain the status of the current client appointment.
See Also