RadCalendar for ASP.NET

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


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

 

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

Syntax

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

Return Value

The tooltip text displayed for the CalendarView next month navigation cell. The default value is ">".

Remarks

Use the NavigationNextToolTip property to provide custom text for the tooltip of the next month navigation element in the title section of RadCalendar.

Requirements

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

See Also