Version

SelectedRowsCollection Class Members

The following tables list the members exposed by SelectedRowsCollection.

Public Constructors
 NameDescription
Public ConstructorSelectedRowsCollection ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyAllOverridden. The collection as an array of objects  
Public PropertyCountOverridden. Returns the number of items in the collection.  
Public PropertyIsReadOnlyOverridden. Indicates whether the collection is read-only  
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.SparseCollectionBase)
Public PropertyItemIndex into collection  
Public PropertySyncRoot (Inherited from Infragistics.Shared.SparseCollectionBase)
Public Methods
 NameDescription
Public MethodAddAdds the specified row to this selected rows collection.  
Public MethodAddRangeOverloaded. Adds a range of rows to this SelectedRowsCollection, effectively selecting multiple rows in one operation.  
Public MethodClearClears the collection unselecting any selected rows.  
Public MethodContains (Inherited from Infragistics.Shared.SparseCollectionBase)
Public MethodCopyToOverloaded. Copies the elements of the collection into the array.  
Public MethodGetEnumeratorReturns a type safe enumerator.  
Public MethodGetItem (Inherited from Infragistics.Shared.SparseCollectionBase)
Public MethodIndexOf (Inherited from Infragistics.Shared.SparseCollectionBase)
Public MethodSortOverloaded. Sorts the items in the collection according their visible order.  
Protected Methods
 NameDescription
Protected MethodCreateArray (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalAdd (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalAddRange (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalInsert (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.SparseCollectionBase)
See Also