ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / ContactList Class
Members

In This Topic
    ContactList Class
    In This Topic
    The ContactList is a list of Contact objects. Only objects existing in the owning ContactCollection object may be added to this list. Use the ContactList to associate the set of Contact objects with an Appointment object.
    Object Model
    ContactList Class
    Syntax
    'Declaration
     
    Public Class ContactList 
       Inherits C1.C1Schedule.BaseList(Of Contact)
       Implements INotifyCollectionChanged 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1Schedule.C1ObservableCollection<T>
             C1.C1Schedule.BaseList<T>
                C1.C1Schedule.ContactList

    See Also