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
525
XamCalendar - ActiveDate on MouseMove event
posted

Hi All,

Here is the problem I am facing when using MouseMove event:

When user moves the mouse over a date say on 4th September, I want to access this date in the MouseMove event so that I can display a text on the tooltop saying "Today is 4th".

I tried checking ActiveDate, SelectedDate but nothing works out. MouseEventArgs is not giving either. I can't use IsSelected with a trigger as the date is not selected.

I tried to keep a trigger for IsMouseMove but did not work.

Please help me on this.

Thanks

Nag