RadCalendar for ASP.NET

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


Gets or sets whether a selector for the entire CalendarView ( MonthView ) will appear on the calendar.   

 

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

Syntax

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

Requirements

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

See Also