Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
XamSchedule - Calendar Close Event
posted

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

Parents
No Data
Reply
  • 2180
    Offline posted

    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!

    Thanks,

    Diyan Dimitrov

Children