[]
        
(Showing Draft Content)

C1.WPF.Schedule.SchedulerGroupItemCollection

SchedulerGroupItemCollection Class

Represents a collection of the SchedulerGroupItem objects.

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

Constructors

Name Description
SchedulerGroupItemCollection()

Properties

Name Description
this[int]

Gets a SchedulerGroupItem object at the specified index.

this[object]

Gets a SchedulerGroupItem object with the specified owner.