Version

PivotColumnBaseCollection Class Members

The following tables list the members exposed by PivotColumnBaseCollection.

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