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