RadCalendar for ASP.NET

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


Gets or sets the Height applied to a single CalendarView.   

 

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

Syntax

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

Remarks

If the calendar represents a multi view, this property applies to the child views inside the multi view.

Requirements

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

See Also