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
860
Change 'Click to add appointment'
posted

Is there a way to change the 'Click to add appointment' which is shown in a timeslot when  you click on it?

Parents
No Data
Reply
  • 69832
    Offline posted

    Assuming you mean change the text it displays, yes:

    Infragistics.Win.UltraWinSchedule.Resources.Customizer.SetCustomizedString( "ClickToAddAppointment_Text", "changed for appointment" );
    Infragistics.Win.UltraWinSchedule.Resources.Customizer.SetCustomizedString( "ClickToAddEvent_Text", "changed for all day event" );

Children