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