Gets a grouped view on the VisualIntervals collection.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public PagedCollectionView VisualIntervalsView { get; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public ReadOnly Property VisualIntervalsView As PagedCollectionView Get |
Remarks
This view is primarily intended to provide a data for building control UI
in XAML. It represents a list of VisualInterval objects
from the VisualIntervals grouped according to the
VisualIntervalGroupDescriptions property value.