Represents a collection of GroupStyle objects.

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

Syntax

C#
public class IntervalGroupStyleCollection : ObservableCollection<GroupStyle>
Visual Basic
Public Class IntervalGroupStyleCollection _
	Inherits ObservableCollection(Of GroupStyle)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'GroupStyle>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'GroupStyle>)>)>
      C1.Silverlight.Schedule..::..IntervalGroupStyleCollection

See Also