リサイズはクリックかドラッグ

SelectedDatesCollection クラス

GcDropDownCalendar コントロールで選択されている日付の集合である SelectedDatesCollection クラスを表します。
継承階層
System.Object
  System.Collections.ObjectModel.Collection<DateTime>
    GrapeCity.Windows.InputMan.SelectedDatesCollection

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public sealed class SelectedDatesCollection : Collection<DateTime>, 
	INotifyCollectionChanged, INotifyPropertyChanged

SelectedDatesCollection 型は下記のメンバーを公開します。

メソッド
  名前説明
Public メソッドAddRange
指定した範囲内のすべての日付(最初の日付と最後の日付を含む)をコレクションに追加します。
Protected メソッドClearItems
コレクションからすべての項目を削除します。
(Collection<T> .ClearItems()をオーバーライド)
Protected メソッドInsertItem
コレクション内の指定したインデックスに項目を挿入します。
(Collection<T> .InsertItem(Int32, T)をオーバーライド)
Protected メソッドRemoveItem
指定したインデックスにある項目をコレクションから削除します。
(Collection<T> .RemoveItem(Int32)をオーバーライド)
Protected メソッドSetItem
指定したインデックスにある項目を置換します。
(Collection<T> .SetItem(Int32, T)をオーバーライド)
トップ
イベント
  名前説明
Public イベントCollectionChanged
コレクションの項目リストが変更されたとき、またはコレクションがリセットされたときに発生します。
トップ
関連項目