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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

Remarks

Dependency Property Information
Identifier field DaysProperty
Metadata properties set to true None

See Also