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.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public ItemsPanelTemplate DaysOfWeekPanel { get; set; } |
Visual Basic (Declaration) |
---|
Public Property DaysOfWeekPanel As ItemsPanelTemplate Get Set |
Remarks
By default the StackPanel with horizontal orientation is used.
This is a dependency property.