C1.WPF.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>
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2