RadCalendar for ASP.NET

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


Gets or sets the predefined pairs of rows and columns, so that the product of the two values is exactly 42, which guarantees valid calendar layout. It is applied on a single view level to every MonthView instance in the calendar.

  

 

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

Syntax

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

Remarks

The following values are applicable and defined in the MonthLayout enumeration:

Layout_7columns_x_6rows - horizontal layout

Layout_14columns_x_3rows - horizontal layout

Layout_21columns_x_2rows - horizontal layout

Layout_7rows_x_6columns - vertical layout, required when UseDaysAsSelectors is true and Orientation is set to RenderInColumns.

Layout_14rows_x_3columns - vertical layout, required when UseDaysAsSelectors is true and Orientation is set to RenderInColumns.

Layout_21rows_x_2columns - vertical layout, required when UseDaysAsSelectors is true and Orientation is set to RenderInColumns.

Requirements

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

See Also