ComponentOne Scheduler for WPF and Silverlight
VisualIntervalGroupDescriptions Property (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : VisualIntervalGroupDescriptions Property
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.
Syntax
'Declaration
 
Public Property VisualIntervalGroupDescriptions As IntervalGroupDescriptionCollection
public IntervalGroupDescriptionCollection VisualIntervalGroupDescriptions {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

Reference

C1Scheduler Class
C1Scheduler Members