ComponentOne Scheduler for WPF and Silverlight
DaysPanel Property (CalendarBase)

C1.WPF.Schedule Namespace > CalendarBase Class : DaysPanel Property
Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements representing days of a month. This is a dependency property.
Syntax
'Declaration
 
Public Property DaysPanel As System.Windows.Controls.ItemsPanelTemplate
public System.Windows.Controls.ItemsPanelTemplate DaysPanel {get; set;}
Remarks
By default the System.Windows.Controls.Primitives.UniformGrid panel with 7 columns and 6 rows is used.
See Also

Reference

CalendarBase Class
CalendarBase Members