C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace : SchedulerGroupItemCollection Class |
The following tables list the members exposed by SchedulerGroupItemCollection.
Name | Description | |
---|---|---|
![]() | SchedulerGroupItemCollection Constructor |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<SchedulerGroupItem>) |
![]() | InUpdate | Gets a System.Boolean value determining whether the DeferrableObservableCollection<T> is in update mode (BeginUpdate has been called). (Inherited from C1.Silverlight.Schedule.DeferrableObservableCollection<SchedulerGroupItem>) |
![]() | Item | Gets a SchedulerGroupItem object at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<SchedulerGroupItem>) |
![]() | BeginUpdate | Prevents raising events until the EndUpdate method is called. (Inherited from C1.Silverlight.Schedule.DeferrableObservableCollection<SchedulerGroupItem>) |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<SchedulerGroupItem>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<SchedulerGroupItem>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<SchedulerGroupItem>) |
![]() | EndUpdate | Enables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events. (Inherited from C1.Silverlight.Schedule.DeferrableObservableCollection<SchedulerGroupItem>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<SchedulerGroupItem>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<SchedulerGroupItem>) |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<SchedulerGroupItem>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<SchedulerGroupItem>) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<SchedulerGroupItem>) |