[]
        
(Showing Draft Content)

C1.WPF.Schedule.CoverElementChunkCollection

CoverElementChunkCollection Class

The CoverElementChunkCollection represents the observable collection of CoverElementChunk objects.

Inheritance
CoverElementChunkCollection
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class CoverElementChunkCollection : C1ObservableCollection<CoverElementChunk>

Constructors

Name Description
CoverElementChunkCollection(CoverElement)

Initializes the new instance of the CoverElementChunkCollection collection.

Properties

Name Description
Owner

Gets the owning CoverElement object.

Methods

Name Description
ClearItems()

Overrides the default behavior.

InsertItem(int, CoverElementChunk)

Overrides the default behavior.

RemoveItem(int)

Overrides the default behavior.

SetItem(int, CoverElementChunk)

Overrides the default behavior.