ComponentOne Scheduler for WPF and Silverlight
DaysOfWeekPanel Property (CalendarBase)

C1.WPF.Schedule Namespace > CalendarBase Class : DaysOfWeekPanel Property
Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements representing days of the week. This is a dependency property.
Syntax
'Declaration
 
Public Property DaysOfWeekPanel As System.Windows.Controls.ItemsPanelTemplate
public System.Windows.Controls.ItemsPanelTemplate DaysOfWeekPanel {get; set;}
Remarks
By default the StackPanel with horizontal orientation is used.
See Also

Reference

CalendarBase Class
CalendarBase Members