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
390
How to Add an Appointment from code in UltradayView
posted

Hello,

I have UltradayView Control in form.

i  Appointment stored in Database.

How to Add an Appointment  from Code in UltraDayView  Control?

 

 

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    Use the UltraDayView.CalendarInfo.Appointments.Add method. Note that WinSchedule also supports data binding, whereby you point the Appopintments collection to a compliant data source and it populates itself with that data.

Children