ASPxClientAppointment.SetDescription(description) Method
Sets the property value of the client appointment, corresponding to the Appointment.Description appointment property.
Declaration
SetDescription(
description: string
): void
Parameters
Name | Type | Description |
---|---|---|
description | string | A string representing the appointment description. |
Remarks
Use the ASPxClientAppointment.GetDescription method to obtain the client appointment description.
See Also