GridFieldCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
GridFieldCollection コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
HasItemTemplates | オーバーライドされます。 コレクションの列またはグループ フィールドの下にある列が TemplateDataField の場合、True を返します。 | |
IsReadOnly | コレクションが読み取り専用の場合、True を返します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。 | |
Item | 特定のインデクスにある列を返します。 |
名前 | 解説 | |
---|---|---|
HasViewStateJournal | Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。 | |
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
ViewStateJournal | このオブジェクトが属している親のオーナー。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | オーバーロードされます。 WebDataGrid 列コレクションに列を追加します。 | |
Clear | オーバーロードされます。 オーバーライドされます。 コレクションをクリアします。 | |
Contains | 指定された項目がコレクションに含まれる場合は true を返します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。 | |
FromIDPair | フィールドを IDPair で検索します。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。 | |
FromKey | フィールドをキーで検索します。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。 | |
FromVisibleIndex | フィールドを表示インデックスで検索します。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
GetFirstVisibleColumn | 最初に表示される列を返します。 Infragistics.Web.UI.GridControls.FieldCollectionから継承されます。 | |
IndexOf | コレクション内のオブジェクトのインデックスを返します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。 | |
Insert | オーバーライドされます。 指定したインデックスにある項目を挿入します。 | |
LoadSettings | 以前保持された列を Grids Columns コレクションにマージします。永続性データに新しい列がある場合、新しい列は Columns コレクションに作成されます。 | |
Remove | オーバーライドされます。 コレクションからオブジェクトを削除します。 | |
RemoveAt | オーバーライドされます。 指定したインデックスにある項目を削除します。 | |
SaveSettings | PersistenceManager.SaveCollectionProperty のデリゲート。 | |
SetDirty | コレクションのすべてのオブジェクトの ViewState をダーティにマークすると、それはクライアントへの往復のために保存されます。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。 |