RadControls for ASP.NET AJAX A number of properties let you specify the tooltips that appear when the user hovers the mouse over various parts of the RadCalendar control:
- FastNavigationPrevToolTip is the text of the tooltip when the user hovers the mouse over the "<<" navigation button.
- NavigationPrevToolTip is the text of the tooltip when the user hovers the mouse over the "<" navigation button.
- NavigationNextToolTip is the text of the tooltip when the user hovers the mouse over the ">" navigation button.
- FastNavigationNextToolTip is the text of the tooltip when the user hovers the mouse over the ">>" navigation button.
- DayCellToolTipFormat is the date format pattern that formats the value of the tooltip when the user hovers the mouse over a cell in the day matrix.
- ShowDayCellToolTips is aboolean property that determines whether the tooltips of the cells of the Calendar are enabled. The default value is true.