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