Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalGroupDescriptionCollection Class
Members

In This Topic
    IntervalGroupDescriptionCollection Class
    In This Topic
    Represents a collection of VisualIntervalGroupDescription objects.
    Object Model
    IntervalGroupDescriptionCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class IntervalGroupDescriptionCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of VisualIntervalGroupDescription)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class IntervalGroupDescriptionCollection : System.Collections.ObjectModel.ObservableCollection<VisualIntervalGroupDescription> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.Xaml.Schedule.IntervalGroupDescriptionCollection

    See Also