The following tables list the members exposed by DataRecordCollection.
Name | Description | |
---|---|---|
Count | Returns the number of records in the collection (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
DataPresenter | Returns the associated DataPresenterBase control (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
FieldLayout | Returns the field layout of the items in the collection (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
IsReadOnly | Returns true | |
Item | Returns the item at the specified index (read-only); | |
ParentDataRecord | Returns the DataRecord that is the parent of the RecordCollectionBase.ParentRecord or null (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
ParentRecord | Returns the parent record of the collection (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
ParentRecordManager | Returns the owner's record manager (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
SummaryResults | Returns a collection summary calculation results for record data from this record collection. (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) |
Name | Description | |
---|---|---|
CollapseAll | Overloaded. Collapses all records. (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
Contains | Overloaded. Returns true if the collection contains the specified item. | |
CopyTo | Overloaded. Copies the items into an array | |
ExpandAll | Overloaded. Expands all records. (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
GetDataRecordFromDataItem | Returns the DataRecord that represents the list object from the data source | |
GetEnumerator | Returms an object to enumerate the items | |
IndexOf | Overloaded. Returns the zero-based index of the specified item | |
RefreshSort | Sorts the records based on the current sort criteria. (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) |
Name | Description | |
---|---|---|
DirtyFixedRecordOrder | For internal use only (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
OnCollectionChanged | Overloaded. Raises the CollectionChanged event (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
OnPropertyChanged | Raises the PropertyChanged event (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
SortGroupByRecords | Sorts the groupby records in the collection (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when a changes are made to the colleciton, i.e. records are added, removed or the entire collection is reset. (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) | |
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase) |