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.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Remarks

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

This is a dependency property.

See Also