Gets or sets the orientation (rendering direction) of the calendar component.
Default value is
RenderInRows.
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Orientation As Orientation |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As Orientation
instance.Orientation = value
value = instance.Orientation
|
Remarks
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also