Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class
Members

In This Topic
    AppointmentCollection Class
    In This Topic
    The AppointmentCollection is a collection of all Appointment objects in the C1Schedule component.
    Object Model
    AppointmentCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class AppointmentCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Appointment)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class AppointmentCollection : C1.C1Schedule.BaseCollection<Appointment> 
    Inheritance Hierarchy
    See Also