[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Calendar.MonthsPanel

MonthsPanel Property

MonthsPanel

Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements representing separate months. This is a dependency property.

Declaration
public ItemsPanelTemplate MonthsPanel { get; set; }
Remarks
<p>

C1Calendar controls supports the next panels:

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