Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / StatusCollection Class
Members

In This Topic
    StatusCollection Class
    In This Topic
    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)
    public class StatusCollection : C1.C1Schedule.BaseCollection<Status> 
    Inheritance Hierarchy
    See Also