Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户在第一个日历中更改月份时,我们可以同时更改第二个日历中的月份以及第一个日历吗?
谢谢
你的问题的答案
是的,是的,你可以做到。
使用日历上的SelectionChange事件。因此,当用户更改第一个日历上的月份时,只需访问第二个日历的VisibleDate属性。