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
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).