TAdvSmoothDatePicker detect if calender is show or hide and get day color background

Good afternoon to all,
there's a way to detect (or exist an event) if drop down is showed ?
I know that exist IsDropDownVisible function that return (in this case calendar) if the dropdown component is visible.
My need is know when the calender is visible (this is easy in clickbtn event) and when the calendar is hidden (i.e when i click outside the componet the calendar is hidden). At the moment i do it checking (via timer) the IsDropDownVisible value, if not i do something.
There is something not "raw" as i do ??

Last question ...
There is a way to get the background day color ?
I set it via DPDateFill event and, in order to set the right hint, i need to get the color.

Thank you.
Best regard

Daniele

At this moment, there is no event signaling this. You can indeed use the property IsDropDownVisible.
We'll add the events OnDropDown / OnCloseUp in the next update.

The OnDateFill event can be used to set a day's background color.

Thank's Bruno !!