RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
FastNavigationPrevToolTip Property
See Also 
Telerik.WebControls Namespace > RadCalendar Class : FastNavigationPrevToolTip Property


Gets or sets the text displayed as a tooltip for the fast navigation previous month control.   

 

Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)

Syntax

Visual Basic (Declaration) 
Public Property FastNavigationPrevToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As String
 
instance.FastNavigationPrevToolTip = value
 
value = instance.FastNavigationPrevToolTip
C# 
public string FastNavigationPrevToolTip {get; set;}

Return Value

The tooltip text displayed for the CalendarView fast navigation previous month cell. The default value is "<<".

Remarks

Use the FastNavigationPrevToolTip property to provide custom text for the tooltip of the fast navigation previous month element in the title section of RadCalendar.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also