C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace > C1Calendar Class : MonthsPanel Property |
'Declaration Public Property MonthsPanel As System.Windows.Controls.ItemsPanelTemplate
public System.Windows.Controls.ItemsPanelTemplate MonthsPanel {get; set;}
C1Calendar controls supports the next panels:
<c1sched:C1Calendar MonthCount="4"> <c1sched:C1Calendar.MonthsPanel> <ItemsPanelTemplate> <StackPanel Orientation="Horizontal"/> </ItemsPanelTemplate> </c1sched:C1Calendar.MonthsPanel> </c1sched:C1Calendar>