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,
patelparesh said: 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.
patelparesh said:Which property Do I have to see in the appointment Class to make the Appoinment as a AllDayEvent.
There is no property related to all day events. Activities whose duration are >= 24 hours are displayed in the "all day event area". In the dialog when you click the All Day Event checkbox you are really changing 2 things - you are changing the Start/End to be the start of the day and end of the day respectively and you are setting the IsTimeZoneNeutral property to true.