Gets the ItemsPanelTemplate defining the panel that lays out elements representing separate months in a multi-month calendar.

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

Syntax

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

See Also