Skip to main content

ASPxClientAppointment.SetLocation(location) Method

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

#Declaration

TypeScript
SetLocation(
    location: string
): void

#Parameters

Name Type Description
location string

A string representing the appointment location.

#Remarks

Use the ASPxClientAppointment.GetLocation method to obtain the client appointment’s location.

See Also