Gets or sets the per-day data to be represented on the canvas. This member supports the Scheduler control and is not intended for use in your code, but may be referenced in advanced styling and templating scenarios. This is a dependency property.

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; set; }
Visual Basic
Public Property Days As IList(Of DayModel)
	Get
	Set
Visual C++
public:
property IList<DayModel^>^ Days {
	IList<DayModel^>^ get ();
	void set (IList<DayModel^>^ value);
}

Remarks

Dependency Property Information
Identifier fieldDaysProperty
Metadata properties set to trueNone

See Also