[]
The CoverElementChunkCollection represents the observable collection of CoverElementChunk objects.
public class CoverElementChunkCollection : C1ObservableCollection<CoverElementChunk>
Name | Description |
---|---|
CoverElementChunkCollection(CoverElement) | Initializes the new instance of the CoverElementChunkCollection collection. |
Name | Description |
---|---|
Owner | Gets the owning CoverElement object. |
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. |