Gets the ItemsPanelTemplate object defining the panel that lays out elements representing days of a month.

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

Syntax

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

See Also