Gets or sets the text displayed for the next month navigation control. Will be
applied if there is no image set (see
NavigationNextImage).
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property NavigationNextText As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As String
instance.NavigationNextText = value
value = instance.NavigationNextText
|
| C# | |
|---|
public string NavigationNextText {get; set;} |
Return Value
The 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