Scheduler for WPF
CategoryList クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : CategoryList クラス
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.
オブジェクト モデル
CategoryList クラス
シンタックス
'宣言
 
Public Class CategoryList 
   Inherits C1.Schedule.BaseList(Of Category)
public class CategoryList : C1.Schedule.BaseList<Category> 
継承階層

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

参照

CategoryList メンバ
C1.Schedule 名前空間