ComponentOne Scheduler for WPF and Silverlight
MonthsPanel Property (C1Calendar)
Example 

C1.WPF.Schedule Namespace > C1Calendar Class : MonthsPanel Property
Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements representing separate months. This is a dependency property.
Syntax
'Declaration
 
Public Property MonthsPanel As System.Windows.Controls.ItemsPanelTemplate
public System.Windows.Controls.ItemsPanelTemplate MonthsPanel {get; set;}
Remarks

C1Calendar controls supports the next panels:

Example
<c1sched:C1Calendar MonthCount="4">
    <c1sched:C1Calendar.MonthsPanel>
        <ItemsPanelTemplate> 
            <StackPanel Orientation="Horizontal"/>
        </ItemsPanelTemplate> 
    </c1sched:C1Calendar.MonthsPanel>
</c1sched:C1Calendar>
See Also

Reference

C1Calendar Class
C1Calendar Members