Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.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
     
    
    Public Class CoverElementChunkCollection 
       Inherits C1.C1Schedule.C1ObservableCollection(Of CoverElementChunk)
    public class CoverElementChunkCollection : C1.C1Schedule.C1ObservableCollection<CoverElementChunk> 
    Inheritance Hierarchy

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

    See Also