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
150
UltraMonthViewMulti Today button
posted

Is it possible to have a "Today" label at the bottom of the UltraMonthViewMulti control that takes you to the current date?  I can't find it anywhere.

 

Thanks in advance,

Tom

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    No, that functionality is only available to the UltraCalendarCombo. If you want to do something behind a button click, you could just add a button to the same form that the UltraMonthViewMulti is on. In this case, the button's Click event handler could set the UltraMonthViewMulti.CalendarInfo.ActiveDay to the current date (use the UltraMonthViewMulti.CalendarInfo.GetDay method to get a Day object for a given date).

Children
No Data