The following tables list the members exposed by SelectedRowsCollection.
Name | Description | |
---|---|---|
![]() | SelectedRowsCollection Constructor | Constructor |
Name | Description | |
---|---|---|
![]() | All | Overridden. The collection as an array of objects |
![]() | Count | Overridden. Returns the number of items in the collection. |
![]() | IsReadOnly | Overridden. Indicates whether the collection is read-only |
![]() | IsSynchronized | (Inherited from Infragistics.Shared.SparseCollectionBase) |
![]() | Item | Index into collection |
![]() | SyncRoot | (Inherited from Infragistics.Shared.SparseCollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified row to this selected rows collection. |
![]() | AddRange | Overloaded. Adds a range of rows to this SelectedRowsCollection, effectively selecting multiple rows in one operation. |
![]() | Clear | Clears the collection unselecting any selected rows. |
![]() | Contains | (Inherited from Infragistics.Shared.SparseCollectionBase) |
![]() | CopyTo | Overloaded. Copies the elements of the collection into the array. |
![]() | GetEnumerator | Returns a type safe enumerator. |
![]() | GetItem | (Inherited from Infragistics.Shared.SparseCollectionBase) |
![]() | IndexOf | (Inherited from Infragistics.Shared.SparseCollectionBase) |
![]() | Sort | Overloaded. Sorts the items in the collection according their visible order. |
Name | Description | |
---|---|---|
![]() | CreateArray | (Inherited from Infragistics.Shared.SparseCollectionBase) |
![]() | InternalAdd | (Inherited from Infragistics.Shared.SparseCollectionBase) |
![]() | InternalAddRange | (Inherited from Infragistics.Shared.SparseCollectionBase) |
![]() | InternalInsert | (Inherited from Infragistics.Shared.SparseCollectionBase) |
![]() | InternalRemove | Overloaded. (Inherited from Infragistics.Shared.SparseCollectionBase) |