Skip to main content
A newer version of this page is available. .

ASPxClientAppointment.GetRecurrenceInfo Method

Gets the appointment’s recurrence information.

Declaration

GetRecurrenceInfo(): ASPxClientRecurrenceInfo

Returns

Type Description
ASPxClientRecurrenceInfo

The recurrence information.

Remarks

Use the ASPxClientAppointment.SetRecurrenceInfo method to set information on recurrence for the client appointment.

Important

Handle the ASPxScheduler.InitClientAppointment event to pass an appointment property value from a server to a client (except the ID, Start and End properties). Otherwise, the client property returns null.

See Also