Version

PivotSelectedRowsCollection Class Members

The following tables list the members exposed by PivotSelectedRowsCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public PropertyGridGets or sets a reference to the XamPivotGrid that this collection belongs to. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected Internal PropertyPivotItemGets the item that was first selected when the shift key was pressed down. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Protected Internal PropertyShiftSelectedItemsGets a collection of items that were selected while the shift key was down. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public MethodAddRangeAdds the specified collection of items to this collection. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected Methods
 NameDescription
Protected MethodAddItemAdds the item at the specified index. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected MethodCreateNewInstanceOverridden. Creates a new instance of this collection.  
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected MethodInsertItemAdds the item at the specified index. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected MethodOnSelectionChangedOverridden. Called when the Selection collection has changed.  
Protected MethodRemoveItemRemoves the item at the specified index. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected MethodReplaceItemReplaces the item at the specified index with the specified item. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Protected MethodResetItemsRemoves all items from the collection. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
Protected Internal MethodSelectItemSelects the specified item. (Inherited from Infragistics.Controls.Grids.PivotSelectedCollectionBase<PivotDataRow>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<PivotDataRow>)
See Also