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

DateFieldCollection クラス

DateField のコレクションを表します。
継承階層
System.Object
  System.Collections.ObjectModel.Collection<DateField>
    GrapeCity.Windows.InputMan.NotifyCollection<DateField>
      GrapeCity.Windows.InputMan.Fields.DateFieldCollection

名前空間:  GrapeCity.Windows.InputMan.Fields
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public class DateFieldCollection : NotifyCollection<DateField>

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

メソッド
  名前説明
Public メソッドAdd(String)
指定した format に基づいて日付フィールドを追加します。
Public メソッドAdd(DateField)
DateFieldCollection の末尾に DateField を追加します。
Public メソッドAddRange(IEnumerable<T>) (NotifyCollection<T> から継承)
Public メソッドAddRange(T[])
指定した配列の要素をコレクションの末尾にコピーします。
(NotifyCollection<T> から継承)
Public メソッドAddRange(String)
指定した書式文字列から構築された別の IList<T> の内容をコレクションの末尾に追加します。
Protected メソッドClearItems
コレクションからすべての項目を削除します。
(NotifyCollection<T> から継承)
Protected メソッドInsertItem
コレクション内の指定したインデックスに項目を挿入します。
(NotifyCollection<T> .InsertItem(Int32, T)をオーバーライド)
Protected メソッドInsertItems
コレクション内の指定したインデックスに複数の項目を挿入します。
(NotifyCollection<T> .InsertItems(Int32, IEnumerable<T> )をオーバーライド)
Protected メソッドOnCollectionChanged
提供された引数を持つ CollectionChanged イベントを発生させます。
(NotifyCollection<T> から継承)
Protected メソッドRemoveItem
コレクションの指定したインデックスにある項目を削除します。
(NotifyCollection<T> から継承)
Protected メソッドSetItem
指定したインデックスにある要素を置換します。
(NotifyCollection<T> .SetItem(Int32, T)をオーバーライド)
トップ
イベント
  名前説明
Public イベントCollectionChanged
項目が追加、削除、変更、移動されたとき、またはリスト全体が更新されたときに発生します。
(NotifyCollection<T> から継承)
トップ
関連項目