Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerGroupItemCollection Class
Members

In This Topic
    SchedulerGroupItemCollection Class
    In This Topic
    Represents a collection of the SchedulerGroupItem objects.
    Object Model
    SchedulerGroupItemCollection Class
    Syntax
    'Declaration
     
    
    Public Class SchedulerGroupItemCollection 
       Inherits C1.WPF.Schedule.DeferrableObservableCollection(Of SchedulerGroupItem)
    public class SchedulerGroupItemCollection : C1.WPF.Schedule.DeferrableObservableCollection<SchedulerGroupItem> 
    Inheritance Hierarchy
    See Also