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

AppointmentsSelectionEventArgs.appointmentIds Property

Gets identifiers of the selected appointments.

Declaration

appointmentIds: string[]

Property Value

Type Description
string[]

A comma separated list of string values, representing appointment IDs.

Remarks

Use the ASPxClientScheduler.GetAppointmentProperties method to retrieve the values of appointments’ properties.

See Also