Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements representing separate months. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public ItemsPanelTemplate MonthsPanel { get; set; }
Visual Basic (Declaration)
Public Property MonthsPanel As ItemsPanelTemplate
	Get
	Set

Remarks

This is a dependency property.

See Also