Version

ViewableRecordCollection Class Members

The following tables list the members exposed by ViewableRecordCollection.

Public Properties
 NameDescription
Public PropertyCountThe total number of records in the collection (read-only).  
Public PropertyCountOfFixedRecordsOnBottomThe number of records at the end of the list that are fixed (read-only).  
Public PropertyCountOfFixedRecordsOnTopThe number of records at the beginning of the list that are fixed (read-only).  
Public PropertyItemGets the record at the specified index (read-only)  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodContainsReturns true if the record is in the collection  
Public MethodCopyToOverloaded. Copies all the records in the collection into an array  
Public MethodIndexOfGets the zero based index of a specific record  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingOverridden. Overridden. Called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event.  
Protected MethodOnHasListenersChangedOverridden. Overridden. Called when value of HasListeners property chnages.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
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.  
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also