The CoverElementCollection is a observable keyed collection of CoverElement objects.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class CoverElementCollection : C1ObservableKeyedCollection<Object, CoverElement>
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class CoverElementCollection _
	Inherits C1ObservableKeyedCollection(Of Object, CoverElement)

Inheritance Hierarchy

See Also