[]
        
(Showing Draft Content)

C1.WPF.Schedule.CoverElementCollection

CoverElementCollection Class

The CoverElementCollection is a observable keyed collection of CoverElement objects.

Inheritance
C1ObservableKeyedCollection<object, CoverElement>
CoverElementCollection
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class CoverElementCollection : C1ObservableKeyedCollection<object, CoverElement>, IList<CoverElement>, ICollection<CoverElement>, IList, ICollection, IReadOnlyList<CoverElement>, IReadOnlyCollection<CoverElement>, IEnumerable<CoverElement>, IEnumerable, INotifyCollectionChanged
Public Class CoverElementCollection
    Inherits C1ObservableKeyedCollection(Of Object, CoverElement)
    Implements IList(Of CoverElement), ICollection(Of CoverElement), IList, ICollection, IReadOnlyList(Of CoverElement), IReadOnlyCollection(Of CoverElement), IEnumerable(Of CoverElement), IEnumerable, INotifyCollectionChanged

Constructors

Name Description
CoverElementCollection(CoverElementsPane)

Initializes a new instance of the CoverElementCollection class.

Properties

Name Description
this[int]

Gets an object by index.

Owner

Gets a reference to the owning CoverElementsPane pane.

Methods

Name Description
GetKeyForItem(CoverElement)

Returns the DataObject property value.