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

In This Topic
    IntervalAppointmentCollection Class
    In This Topic
    The IntervalAppointmentCollection class is a ReadOnlyObservableCollection collection of IntervalAppointment objects belonging to a certain VisualInterval object.
    Object Model
    IntervalAppointmentCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class IntervalAppointmentCollection 
       Inherits System.Collections.ObjectModel.ReadOnlyObservableCollection(Of IntervalAppointment)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class IntervalAppointmentCollection : System.Collections.ObjectModel.ReadOnlyObservableCollection<IntervalAppointment> 
    Inheritance Hierarchy
    See Also