バージョン

GridFieldCollection クラス メンバ

GridFieldCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタGridFieldCollection コンストラクタオーバーロードされます。   
トップ
プロテクト フィールド
パブリック プロパティ
 名前解説
Public プロパティCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。
Public プロパティCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public プロパティHasItemTemplatesオーバーライドされます。 コレクションの列またはグループ フィールドの下にある列が TemplateDataField の場合、True を返します。  
Public プロパティIsReadOnlyコレクションが読み取り専用の場合、True を返します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Public プロパティItem特定のインデクスにある列を返します。  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティHasViewStateJournal Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected プロパティInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected プロパティListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected プロパティViewStateJournalこのオブジェクトが属している親のオーナー。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddオーバーロードされます。 WebDataGrid 列コレクションに列を追加します。  
Public メソッドClearオーバーロードされます。 オーバーライドされます。 コレクションをクリアします。  
Public メソッドContains指定された項目がコレクションに含まれる場合は true を返します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Public メソッドFromIDPairフィールドを IDPair で検索します。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。
Public メソッドFromKeyフィールドをキーで検索します。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。
Public メソッドFromVisibleIndexフィールドを表示インデックスで検索します。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドGetFirstVisibleColumn最初に表示される列を返します。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。
Public メソッドIndexOfコレクション内のオブジェクトのインデックスを返します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Public メソッドInsertオーバーライドされます。 指定したインデックスにある項目を挿入します。  
Public メソッドLoadSettings以前保持された列を Grids Columns コレクションにマージします。永続性データに新しい列がある場合、新しい列は Columns コレクションに作成されます。  
Public メソッドRemoveオーバーライドされます。 コレクションからオブジェクトを削除します。  
Public メソッドRemoveAtオーバーライドされます。 指定したインデックスにある項目を削除します。  
Public メソッドSaveSettingsPersistenceManager.SaveCollectionProperty のデリゲート。  
Public メソッドSetDirtyコレクションのすべてのオブジェクトの ViewState をダーティにマークすると、それはクライアントへの往復のために保存されます。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCreateViewStateJournal Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドInternalAddオブジェクトをコレクションに追加します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドInternalClearオーバーロードされます。 内部コレクション データ構造を消去します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドInternalMoveコレクション内で項目をひとつのインデックスから別のインスタンスに移動します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドInternalRemoveオーバーロードされます。 コレクションから項目を削除します。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。
Protected メソッドitem_GridFieldChangedこのコレクションの GridField が変更された場合に、イベントを処理します。  
Protected メソッドLoadViewState Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドLoadViewStateItems Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドOnClearコレクションをクリアすると呼び出されます。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。
Protected メソッドOnClearCompletePerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertCompletePerforms additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnRemoveオブジェクトがコレクションから削除される時に関連付けられた Templates を消去します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドOnRemoveCompletePerforms additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetCompletePerforms additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnValidate値は null 値ではないことを検証します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドSaveViewState Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドSaveViewStateItems Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
トップ
参照