ComponentOne Scheduler for WinForms
StatusCollection Class
Members 

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace : StatusCollection Class
The StatusCollection is a collection of Status objects which represents all available statuses in C1Schedule object model. By default it contains the set of predefined statuses.
Object Model
StatusCollection Class
Syntax
'Declaration
 
Public Class StatusCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Status)
   Implements INotifyCollectionChanged 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.C1Schedule.StatusCollection

See Also

Reference

StatusCollection Members
C1.C1Schedule Namespace