Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements
representing days of the week. This is a dependency property.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
public ItemsPanelTemplate DaysOfWeekPanel { get; set; } |
| Visual Basic |
|---|
Public Property DaysOfWeekPanel As ItemsPanelTemplate Get Set |
Remarks
By default the StackPanel with horizontal orientation is used.