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

In This Topic
    CoverElementChunkCollection Class
    In This Topic
    The CoverElementChunkCollection represents the observable collection of CoverElementChunk objects.
    Object Model
    CoverElementChunkCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class CoverElementChunkCollection 
       Inherits C1.C1Schedule.C1ObservableCollection(Of CoverElementChunk)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class CoverElementChunkCollection : C1.C1Schedule.C1ObservableCollection<CoverElementChunk> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1Schedule.C1ObservableCollection<T>
             C1.Xaml.Schedule.CoverElementChunkCollection

    See Also