[]
The CoverElementCollection is a observable keyed collection of CoverElement objects.
public class CoverElementCollection : C1ObservableKeyedCollection<object, CoverElement>, IList<CoverElement>, ICollection<CoverElement>, IList, ICollection, IReadOnlyList<CoverElement>, IReadOnlyCollection<CoverElement>, IEnumerable<CoverElement>, IEnumerable, INotifyCollectionChanged
Name | Description |
---|---|
CoverElementCollection(CoverElementsPane) | Initializes a new instance of the CoverElementCollection class. |
Name | Description |
---|---|
this[int] | Gets an object by index. |
Owner | Gets a reference to the owning CoverElementsPane pane. |
Name | Description |
---|---|
GetKeyForItem(CoverElement) | Returns the DataObject property value. |