Gets or sets a collection of VisualIntervalGroupDescription objects that defines a grouping criteria applied to the items of the VisualIntervals collection. This is a dependency property.

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

Syntax

C#
[BrowsableAttribute(false)]
public IntervalGroupDescriptionCollection VisualIntervalGroupDescriptions { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property VisualIntervalGroupDescriptions As IntervalGroupDescriptionCollection
	Get
	Set

Remarks

This property is usually used for the purpose of control UI creation in XAML. The defined grouping criteria is applied to the VisualIntervals collection items and is reflected in the VisualIntervalsView view, which exposes grouped items via the Groups property.

This property is used in a conjunction with the VisualIntervalGroupStyles property that defines UI for each group level.

See Also