RadCalendar for ASP.NET

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


Gets or sets the image displayed for the complete CalendarView selection element in the view selector cell.

  

 

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

Syntax

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

Return Value

The image displayed for the CalendarView selection element in the selector cell. The default value is "".

Remarks

When using this property, the whole image URL is generated using also the ImagesBaseDir value.

Example:
ImagesBaseDir = "Img/"
ViewSelectorImage = "selector.gif"
complete image URL : "Img/selector.gif"

Requirements

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

See Also