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.Schedule
Assembly:  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.

See Also