[]
        
(Showing Draft Content)

C1.WPF.Schedule.IntervalGroupStyleCollection

IntervalGroupStyleCollection Class

Represents a collection of GroupStyle objects.

Inheritance
IntervalGroupStyleCollection
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class IntervalGroupStyleCollection : ObservableCollection<GroupStyle>, IList<GroupStyle>, ICollection<GroupStyle>, IList, ICollection, IReadOnlyList<GroupStyle>, IReadOnlyCollection<GroupStyle>, IEnumerable<GroupStyle>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class IntervalGroupStyleCollection
    Inherits ObservableCollection(Of GroupStyle)
    Implements IList(Of GroupStyle), ICollection(Of GroupStyle), IList, ICollection, IReadOnlyList(Of GroupStyle), IReadOnlyCollection(Of GroupStyle), IEnumerable(Of GroupStyle), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
IntervalGroupStyleCollection()