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

In This Topic
    CoveredElementsCollection Class
    In This Topic
    The CoveredElementsCollection represents an observable collection of Windows.UI.Xaml.FrameworkElements.
    Object Model
    CoveredElementsCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class CoveredElementsCollection 
       Inherits C1.C1Schedule.C1ObservableKeyedCollection(Of FrameworkElement,CoveredElement)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class CoveredElementsCollection : C1.C1Schedule.C1ObservableKeyedCollection<FrameworkElement,CoveredElement> 
    Inheritance Hierarchy
    See Also