Hi,
I am using XamOutlookCalendarView and I want know if there are an event when we click on arrows in Header?
Thank You.
Hello,
Thank you for your post. I have been looking into it and I can suggest re-tempalting the XamOutlookCalendarView, since the buttons that you are referring to are part of its template. After re-templating the control, you can handle the Click events of buttons. I have created a sample application for you, that show how you can implement this approach.
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
I am just checking if you require any further assistance on the matter.
Hello Krasimir,
Thanks for the replay. That worked. But I get another problem now, how can I get the next days?
In the Click event, I can only get the current date, but I need the next day when I click on the buttons.