Gets or sets the name of the image that is displayed for the next month navigation control.
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property NavigationNextImage As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As String
instance.NavigationNextImage = value
value = instance.NavigationNextImage
|
| C# | |
|---|
public string NavigationNextImage {get; set;} |
Remarks
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also