I dont want to show timeslotArea in my XamDayView or XamOutlookCalendarView. Can you tell us which property I have to set to make to see only the AllDayEventArea. Need to hide the TimeSlotArea.
Which property Do I have to see in the appointment Class to make the Appoinment as a AllDayEvent.
Please replay.
Thanks,
Hello,
Yes, that is the folder that you need. You have to copy the AppointmentPresenter style and all its resources from the generic.shared.xaml to your project and modify them. I have attached a sample project, where I copied the necessary resources to the ResourceDictionary.xaml. You can see that I commented the BestFitDateRangePresenter(s) so that these time presenters don’t appear.
Diyan Dimitrov
Yeah that's exactly what I want. I want to remove those times...can you show me how I can do this?
What do you mean what retemplate? I see that there is a folder
C:\Program Files (x86)\Infragistics\NetAdvantage 2011.1\WPF\DefaultStyles\Schedule with style templates is that what you're referring to? I'm a bit lost if you can't tell lol
Thanks in advanced
I am not sure you have the same issue as the described in this thread. If I understand you correctly you want to remove the start and end time presenters from the AppointmentPresenter (marked in red in the attached screenshot). If that’s what you want you have to re-template the AppointmentPresenter by removing the BestFitDateRangePresenters from the template. Hope this helps!
I'm having the same problem. Using the calendar to show custom "appoitnments" I'm displaying the calendar as a month view but do not want the times to show. Is there a way to disable these for monthview? I'd like to just display the title of an appointment.
Hello Paresh,
I am just checking, if you got this worked out or you still require any assistance or clarification on the matter.