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