Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements representing days of a month. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public ItemsPanelTemplate DaysPanel { get; set; }
Visual Basic
Public Property DaysPanel As ItemsPanelTemplate
	Get
	Set

Remarks

By default the C1UniformGrid panel with 7 columns and 6 rows is used.

See Also