This question is locked. New answers and comments are not allowed.
Hi
I'm doing Migration from RadScheduler
I used AppointmentSlot class from Scheduler.dll like this :
But AppointmentSlot class is not present in scheduleView.dll
What can i do in order to get the appointment from the slot ?
Mathieu
I'm doing Migration from RadScheduler
I used AppointmentSlot class from Scheduler.dll like this :
private void deleteButton_Click(object sender, RoutedEventArgs e) { AppointmentSlot slot = (AppointmentSlot)((Button)sender).DataContext; if (slot != null && slot.Occurrence.Appointment != null)
//......}But AppointmentSlot class is not present in scheduleView.dll
What can i do in order to get the appointment from the slot ?
Mathieu