Is there a way to hide the time stamp in front of appointments, tasks or journals?
Currently calendar items will display as "12:00am Test Item", but I would like it to simply display "Test Item" as if it were an all day event
Hello Patrick,
I believe what you are referring to is the ActivityToolTipInfoPresenter. You can modify the style for that element to set its Visibility to Collapse or modify the displayed value.
If you need further assistance, do not hesitate to let me know.
Thank you.
Is there a similar style I can remove in order to hide the Time Slot tooltip on the hover-over?
Hello PMac,
You can change the default style for the AppointmentPresenter and remove the BestFitDateRangePresenter. You can check this path for the default styles C:\Program Files (x86)\Infragistics\NetAdvantage 2016.1\WPF\DefaultStyles\Schedule.
Here is a forum thread where a similar issue is discussed and a project illustrating the approach was provided by Diyan https://es.infragistics.com/community/forums/f/ultimate-ui-for-wpf/60176/how-to-hide-the-timeslotarea-in-xamdayview-or-xamoutlookcalendarview-and-which-property-to-make-the-appointment-class-as-alldayevent.
Feel free to let me know if you need further assistance.