Version

DataRecordCollection Class Members

The following tables list the members exposed by DataRecordCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of records in the collection (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public PropertyDataPresenterReturns the associated DataPresenterBase control (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public PropertyFieldLayoutReturns the field layout of the items in the collection (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public PropertyIsReadOnlyReturns true  
Public PropertyItemReturns the item at the specified index (read-only);  
Public PropertyParentDataRecordReturns the DataRecord that is the parent of the RecordCollectionBase.ParentRecord or null (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public PropertyParentRecordReturns the parent record of the collection (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public PropertyParentRecordManagerReturns the owner's record manager (read-only) (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public PropertySummaryResultsReturns a collection summary calculation results for record data from this record collection. (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public Methods
 NameDescription
Public MethodCollapseAllOverloaded. Collapses all records. (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public MethodContainsOverloaded. Returns true if the collection contains the specified item.  
Public MethodCopyToOverloaded. Copies the items into an array  
Public MethodExpandAllOverloaded. Expands all records. (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public MethodGetDataRecordFromDataItemReturns the DataRecord that represents the list object from the data source  
Public MethodGetEnumeratorReturms an object to enumerate the items  
Public MethodIndexOfOverloaded. Returns the zero-based index of the specified item  
Public MethodRefreshSortSorts the records based on the current sort criteria. (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Protected Methods
 NameDescription
Protected Internal MethodDirtyFixedRecordOrderFor internal use only (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Protected Internal MethodOnCollectionChangedOverloaded. Raises the CollectionChanged event (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Protected Internal MethodOnPropertyChangedRaises the PropertyChanged event (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Protected MethodSortGroupByRecordsSorts the groupby records in the collection (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
Public Events
 NameDescription
Public EventCollectionChangedOccurs 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)
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.Windows.DataPresenter.RecordCollectionBase)
See Also