C1.Silverlight.Schedule.5
DaysOfWeekPanel Property (CalendarBase)

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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.