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.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class CategoryList : BaseList<Category>
Visual Basic
Public Class CategoryList _
	Inherits BaseList(Of Category)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Category>)>)>
    C1.C1Schedule..::..C1ObservableCollection<(Of <(<'Category>)>)>
      C1.C1Schedule..::..BaseList<(Of <(<'Category>)>)>
        C1.C1Schedule..::..CategoryList

See Also