ASPxClientAppointment.GetRecurrencePattern Method
Gets the appointment that is the Appointment.RecurrencePattern for the current appointment.
Declaration
GetRecurrencePattern(): ASPxClientAppointment
Returns
Type | Description |
---|---|
ASPxClientAppointment | The pattern for the chain of occurrences, to which the current client appointment belongs. |
Remarks
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