Gets or sets the text 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 ViewSelectorText As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As String
instance.ViewSelectorText = value
value = instance.ViewSelectorText
|
| C# | |
|---|
public string ViewSelectorText {get; set;} |
Return Value
The text 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