[]
Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements representing separate months. This is a dependency property.
public ItemsPanelTemplate MonthsPanel { get; set; }
<p>
C1Calendar controls supports the next panels:
<c1sched:C1Calendar MonthCount="4">
<c1sched:C1Calendar.MonthsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal"/>
</ItemsPanelTemplate>
</c1sched:C1Calendar.MonthsPanel>
</c1sched:C1Calendar>