Version

PivotRowBaseCollection Class Members

The following tables list the members exposed by PivotRowBaseCollection.

Public Constructors
 NameDescription
Public ConstructorPivotRowBaseCollection ConstructorInitializes a new instance of the PivotRowBaseCollection class.  
Public Properties
 NameDescription
Public PropertyActualCollectionGets the underlying collection that the PivotRowBaseCollection is wrapping.  
Public PropertyCountGets the total amount of PivotRowBase objects.  
Public PropertyItemGets the PivotRowBase at the specified index.  
Public Methods
 NameDescription
Public MethodGetEnumeratorGets the IEnumerator from the underlying collection.  
Public MethodIndexOfGets the index of the specified PivotRowBase 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