Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxClientAppointment.SetLabelId(statusId) Method

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

Declaration

SetLabelId(
    statusId: number
): void

Parameters

Name Type Description
statusId number

An integer representing the index of the label in the AppointmentStorage.Labels label collection.

Remarks

Use the ASPxClientAppointment.GetLabelId method to obtain the associated label.

See Also