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
295
UltraDayView - 'Click to Add Appointment' text
posted

Is there a way to suppress the text 'Click to Add Appointment' in the UltraDayView control? 

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    If you mean prevent the thing from appearing altogether, set UltraDayView.ShowClickToAddIndicator to false. If you mean change the text to an empty string, you can do something like the following:

    Infragistics.Win.UltraWinSchedule.Resources.Customizer.SetCustomizedString("ClickToAddAppointment_Text", " ");
    Infragistics.Win.UltraWinSchedule.Resources.Customizer.SetCustomizedString("ClickToAddEvent_Text", " ");

Children
No Data