Gets or sets the the count of columns to be displayed by a multi month
CalendarView.
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property MultiViewColumns As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As Integer
instance.MultiViewColumns = value
value = instance.MultiViewColumns
|
| C# | |
|---|
public int MultiViewColumns {get; set;} |
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also