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