Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementCollection Class
Members

In This Topic
    CoverElementCollection Class
    In This Topic
    The CoverElementCollection is a observable keyed collection of CoverElement objects.
    Object Model
    CoverElementCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class CoverElementCollection 
       Inherits C1.C1Schedule.C1ObservableKeyedCollection(Of Object,CoverElement)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class CoverElementCollection : C1.C1Schedule.C1ObservableKeyedCollection<object,CoverElement> 
    Inheritance Hierarchy
    See Also