The CoverElementChunkCollection represents the observable collection of CoverElementChunk objects.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class CoverElementChunkCollection : C1ObservableCollection<CoverElementChunk>
Visual Basic (Declaration)
Public Class CoverElementChunkCollection _
	Inherits C1ObservableCollection(Of CoverElementChunk)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'CoverElementChunk>)>)>
    C1.C1Schedule..::..C1ObservableCollection<(Of <(<'CoverElementChunk>)>)>
      C1.WPF.C1Schedule..::..CoverElementChunkCollection

See Also