RowBaseCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
RowBaseCollection コンストラクタ | RowBaseCollection クラスの新しいインスタンスを作成します。 |
名前 | 解説 | |
---|---|---|
ActualCollection | RowBaseCollection がラップしている基本コレクション。 | |
Count | Infragistics.Controls.Grids.RowBase オブジェクトの合計数を取得します。 | |
Item | 指定したインデックスにある Infragistics.Controls.Grids.RowBase を取得します。 |
名前 | 解説 | |
---|---|---|
GetEnumerator | 基本コレクションから IEnumerator を取得します。 | |
IndexOf | 基本コレクションから指定した Infragistics.Controls.Grids.RowBase のインデックスを取得します。 |
名前 | 解説 | |
---|---|---|
OnPropertyChanged | Infragistics.DependencyObjectNotifier オブジェクトのプロパティが変更されると呼び出されます。 |
名前 | 解説 | |
---|---|---|
PropertyChanged | プロパティが Infragistics.DependencyObjectNotifier で変更されるときに発生します。 |