RadCalendar for ASP.NET

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


Gets or sets the the count of rows to be displayed by a multi month CalendarView.   

 

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

Syntax

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

Requirements

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

See Also