Hello,
I have UltradayView Control in form.
i Appointment stored in Database.
How to Add an Appointment from Code in UltraDayView Control?
How can I use datasource in UltraDayView control?
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.