Represents a collection of GroupStyle objects.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Inheritance Hierarchy

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

See Also