Gets a collection of VisualInterval objects defining time intervals currently represented by the control on a screen.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public VisualIntervalCollection VisualIntervals { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property VisualIntervals As VisualIntervalCollection
	Get

Remarks

This collection is generated automatically based on the following property values:

See Also