Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
How to select/unselect an appointments by code
posted

Hi!

I seek to select an appointment by code but I do not arrive there

I try this :

myAppointment.Selected = true; (but the property keep false)

and :

CalendarInfo.SelectedAppointments.Add(myAppointments);

Thanks for help me!

Fab

 

PS : sorry for my english

Parents
  • 69832
    Offline posted

    I was not able to reproduce the behavior you describe here with a simple test. If you can post a brief code sample that demonstrates the problem, we can take a look and try to help.

Reply Children