Version

RowCollection Class Members

The following tables list the members exposed by RowCollection.

Public Constructors
 NameDescription
Public ConstructorRowCollection ConstructorInitializes a new instance of the RowCollection class.  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public MethodCreateItemOverloaded.  (Inherited from Infragistics.Collections.BindableItemCollection<Row>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public MethodRemoveRangeRemoves the specified list of items.  
Public MethodSelectAllSelects all the rows in this collection.  
Protected Methods
 NameDescription
Protected MethodAddBoundItem (Inherited from Infragistics.Collections.BindableItemCollection<Row>)
Protected MethodAddItem (Inherited from Infragistics.Collections.BindableItemCollection<Row>)
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected MethodGetCount (Inherited from Infragistics.Collections.BindableItemCollection<Row>)
Protected MethodGetItem (Inherited from Infragistics.Collections.BindableItemCollection<Row>)
Protected MethodInsertItem (Inherited from Infragistics.Collections.BindableItemCollection<Row>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected MethodRemoveItem (Inherited from Infragistics.Collections.BindableItemCollection<Row>)
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected MethodResetItems (Inherited from Infragistics.Collections.CollectionBase<Row>)
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<Row>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<Row>)
See Also