GanttView for WPF
CustomCalendarCollection クラス
メンバ 

C1.WPF.GanttView アセンブリ > C1.GanttView 名前空間 : CustomCalendarCollection クラス
カスタムカレンダーのコレクションを表します。
オブジェクト モデル
CustomCalendarCollection クラス
シンタックス
'宣言
 
Public Class CustomCalendarCollection 
   Inherits C1.Schedule.BaseCollection(Of CustomCalendar)
public class CustomCalendarCollection : C1.Schedule.BaseCollection<CustomCalendar> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.Schedule.BaseCollection<T>
               C1.GanttView.CustomCalendarCollection

参照

CustomCalendarCollection メンバ
C1.GanttView 名前空間