SPREAD for WPF 3.0J - GcSpreadSheet
BlackoutDatesCollection クラス
メンバ 

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 : BlackoutDatesCollection クラス
GrapeCity.Windows.InputMan.GcDropDownCalendar の選択できない日付のコレクションを表します。このクラスは継承できません。
オブジェクト モデル
BlackoutDatesCollection クラス
シンタックス
'宣言
 
Public NotInheritable Class BlackoutDatesCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of CalendarDateRange)
public sealed class BlackoutDatesCollection : System.Collections.ObjectModel.ObservableCollection<CalendarDateRange> 
解説
BlackoutDatesCollection には GrapeCity.Windows.InputMan.CalendarDateRange オブジェクトが含まれます。これにより、ユーザーが選択できない日付を複数指定できます。過去の日付すべてを選択できないようにするには、AddDatesInPast メソッドを使用します。
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection

参照

BlackoutDatesCollection メンバ
GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間