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
1187
Recommended way to lock all appointments
posted

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.

  • 69832
    Verified Answer
    Offline posted

    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.