バージョン

GridBehaviorCollection クラス メンバ

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

パブリック コンストラクタ
 名前解説
Public コンストラクタGridBehaviorCollection コンストラクタコレクションのデフォルト コンストラクター。  
トップ
プロテクト フィールド
パブリック プロパティ
 名前解説
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 プロパティIsReadOnlyコレクションが読み取り専用の場合、True を返します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Public プロパティItemコレクションのインデクサー  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティGridこの動作が属している WebDataGrid。  
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コレクションに新しい動作を追加します。  
Public メソッドClearオーバーロードされます。 オーバーライドされます。 Behaviors コレクションをクリアします。  
Public メソッドContains指定された項目がコレクションに含まれる場合は true を返します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Public メソッドCreateBehavior<TBehavior>コレクションで提供されたタイプの動作を検索します。見つかった場合、動作への参照が返されます。そうでなければ、動作はコレクションに作成されて追加されます。 このメソッドは、グリッドが表示状態を読み込んだ後に作成した動作を検索できます。このメソッドは、コントロールが表示状態を処理する前に呼び出された場合、動作の作成がポストバックではなく最初の描画のみで実行されます。  
Public メソッドGetBehaviorオーバーロードされます。 名前で動作を取得します。  
Public メソッドGetBehaviorByInterface<TInterface>そのインターフェイスによる動作を取得します。  
Public メソッドGetBehaviorByTypeそのタイプによる動作を取得します。  
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドGetRoleCountコレクションの動作によって実装されるアプリケーション スタイリング ロールの合計数を取得します。  
Public メソッドIndexOfコレクション内のオブジェクトのインデックスを返します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Public メソッドLoadSettingsISupportPersistence の LoadSettings を実装します。動作は、コレクションではなく複合オブジェクトとして処理されます。  
Public メソッドRemoveオーバーライドされます。 コレクションから動作を削除します。  
Public メソッドRemoveAt Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Public メソッドSaveSettingsISupportPersistence の SaveSettings を実装します。動作がそれ自体以外に保持するものがない場合でも、動作を保持するために、SkipEmptyChild は False に設定する必要があります。保持するものがないとは、そのすべてのプロパティがデフォルト値を持っていることを意味します。  
Public メソッドSetDirtyコレクションのすべてのオブジェクトの ViewState をダーティにマークすると、それはクライアントへの往復のために保存されます。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Public メソッドToStringオーバーライド。オブジェクトの文字列表現。  
トップ
プロテクト メソッド
 名前解説
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.Framework.ObjectCollectionから継承されます。
Protected メソッドLoadViewState Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドLoadViewStateItems Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。
Protected メソッドOnClearオーバーライドされます。   
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から継承されます。
Protected メソッドThrowMissingBehaviorException動作が追加されていないことについてのカスタム メッセージ付き NullReferenceException をスローします。  
Protected メソッドValidateOwner  
トップ
参照