Gets a list containing the day being represented.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public IList<DayModel> Days { get; }
Visual Basic (Declaration)
Public ReadOnly Property Days As IList(Of DayModel)

Remarks

This member is used for binding.

See Also