Version

RowBaseCollection Class Members

The following tables list the members exposed by RowBaseCollection.

Public Constructors
 NameDescription
Public ConstructorRowBaseCollection ConstructorCreates a new instance of the RowBaseCollection class.  
Public Properties
 NameDescription
Public PropertyActualCollectionThe underlying collection that the RowBaseCollection is wrapping.  
Public PropertyCountGets the total amount of Infragistics.Controls.Grids.RowBase objects.  
Public PropertyItemGets the Infragistics.Controls.Grids.RowBase at the specified index.  
Public Methods
 NameDescription
Public MethodGetEnumeratorGets the IEnumerator from the underlying collection.  
Public MethodIndexOfGets the index of the specified Infragistics.Controls.Grids.RowBase from the underlying collection.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedInvoked when a property changes on the Infragistics.DependencyObjectNotifier object.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property changes on the Infragistics.DependencyObjectNotifier.  
See Also