Is there a way that I can handle when someone clicks on the "Close" icon of a calendar?
Alternatively, can I set the calendars so that they do not display a "Close" icon. I still want to be able to close them in code just not via this button.
Thanks,
David
Hi David,
You can set the ShowCalendarCloseButton property of the XamDayView to false to hide the close buttons. Also you can disable closing using the AllowCalendarClosing property of the XamScheduleDataManager.Settings. Hope this helps!
Diyan Dimitrov
Thanks for this. How about when I'm using the XamOutlookCalendarView?
Must try before I ask:)
<ig:XamScheduleDataManager.Settings>
<ig:ScheduleSettings AllowCalendarClosing="False"/>
</ig:XamScheduleDataManager.Settings>
Thanks
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
If this is what you were looking for, please verify the answer so it helps other users as well.