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

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

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

    See Also