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
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also