SortingColumnSettingsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
SortingColumnSettings コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
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から継承されます。 | |
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 | オーバーロードされます。 コレクションに SortingColumnSetting を追加します。 | |
Clear | オーバーロードされます。 そのコンテンツの ObjectCollection を消去し、コントロール ツリーから関連付けられた Controls を削除します。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。 | |
Contains | オーバーロードされます。 コレクションに SortingColumnSetting が含まれる場合は true を返します。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
IndexOf | オーバーロードされます。 コレクション内での SortingColumnSetting のインデックスを返します。 | |
Insert | オーバーロードされます。 元となる ArrayList コレクションに SortingColumnSetting を挿入します。 | |
Remove | オーバーロードされます。 SortingColumnSetting をコレクションから削除します。 | |
RemoveAt | Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。 | |
SetDirty | コレクションのすべてのオブジェクトの ViewState をダーティにマークすると、それはクライアントへの往復のために保存されます。 Infragistics.Web.UI.Framework.ObjectCollectionから継承されます。 |