[]
The CoverElementCollection is a observable keyed collection of CoverElement objects.
public class CoverElementCollection : C1ObservableKeyedCollection<object, CoverElement>
| 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. |