Gets a list containing the day being represented.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public IList<DayModel> Days { get; }
Visual Basic
Public ReadOnly Property Days As IList(Of DayModel)
	Get
Visual C++
public:
property IList<DayModel^>^ Days {
	IList<DayModel^>^ get ();
}

Remarks

This member is used for binding.

See Also