Scheduler for UWP | ComponentOne
C1.Xaml.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
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class SchedulerGroupItemCollection 
       Inherits C1.Xaml.Calendar.DeferrableObservableCollection(Of SchedulerGroupItem)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class SchedulerGroupItemCollection : C1.Xaml.Calendar.DeferrableObservableCollection<SchedulerGroupItem> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.Xaml.Calendar.DeferrableObservableCollection<T>
                C1.Xaml.Schedule.SchedulerGroupItemCollection

    See Also