Is there a recommended way to lock all appointments? I want the schedule controls to be readonly for display. I have a day view, week view and single month view controls on the same form and they are all bound to the same calender info instance. The calendar info is bound to a datatable.
If you are using appointment grouping, you can set the Owner's Locked property to true and that will lock all of that owner's appointments. If not, you will have to iterate the UltraCalendarInfo.Appointments collection and set the Locked property for each Appointment to true.