Scheduler for WPF | ComponentOne
C1.Schedule Namespace / AppointmentCollection Class / Statuses Property

In This Topic
    Statuses Property (AppointmentCollection)
    In This Topic
    Gets the reference to the associated StatusCollection object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Statuses As StatusCollection
    public StatusCollection Statuses {get;}
    See Also