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

DateFieldCollection クラス

DateField のコレクションを表します。
継承階層
SystemObject
  System.Collections.ObjectModelCollectionDateField
    GrapeCity.Windows.InputManNotifyCollectionDateField
      GrapeCity.Windows.InputMan.FieldsDateFieldCollection

名前空間:  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(IEnumerableT) (NotifyCollectionTから継承)
Public メソッドAddRange(T)
指定した配列の要素をコレクションの末尾にコピーします。
(NotifyCollectionTから継承)
Public メソッドAddRange(String)
指定した書式文字列から構築された別の IListT の内容をコレクションの末尾に追加します。
Protected メソッドClearItems
コレクションからすべての項目を削除します。
(NotifyCollectionTから継承)
Protected メソッドInsertItem
コレクション内の指定したインデックスに項目を挿入します。
(NotifyCollectionTInsertItem(Int32, T)をオーバーライド)
Protected メソッドInsertItems
コレクション内の指定したインデックスに複数の項目を挿入します。
(NotifyCollectionTInsertItems(Int32, IEnumerableT)をオーバーライド)
Protected メソッドOnCollectionChanged
提供された引数を持つ CollectionChanged イベントを発生させます。
(NotifyCollectionTから継承)
Protected メソッドRemoveItem
コレクションの指定したインデックスにある項目を削除します。
(NotifyCollectionTから継承)
Protected メソッドSetItem
指定したインデックスにある要素を置換します。
(NotifyCollectionTSetItem(Int32, T)をオーバーライド)
トップ
イベント
  名前説明
Public イベントCollectionChanged
項目が追加、削除、変更、移動されたとき、またはリスト全体が更新されたときに発生します。
(NotifyCollectionTから継承)
トップ
関連項目