RadCalendar for ASP.NET

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


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
C# 
public Orientation Orientation {get; set;}

Remarks

MemberDescription
RenderInRowsRenders the calendar data row after row.
RenderInColumnsRenderInColumns - Renders the calendar data column after column.
NoneEnforces fallback to the default Orientation for Telerik RadCalendar.

Requirements

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

See Also