Version

SelectedRowCollection Class Members

The following tables list the members exposed by SelectedRowCollection.

Public Constructors
 NameDescription
Public ConstructorSelectedRowCollection ConstructorCreates a new SelectedRowCollection object  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the System.Collections.ICollection. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public PropertyIsFixedSizeGets a value indicating whether the System.Collections.IList has a fixed size. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public PropertyIsReadOnlyGets a value indicating whether the System.Collections.IList is read-only. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public PropertyIsSynchronizedGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public PropertyItemGets the collection of Items in the control. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public PropertySyncRootGets an object that can be used to synchronize access to the System.Collections.ICollection. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Protected Properties
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds an item to the System.Collections.IList. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public MethodClearRemoves all items from the System.Collections.IList. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public MethodContainsOverloaded. Determines whether the System.Collections.IList contains a specific value. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public MethodCopyToCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public MethodGetEnumeratorReturns an enumerator that iterates through a collection. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public MethodGetIDPairRetrives a selected row's identification object by its index.  
Public MethodIndexOfOverloaded. Determines the index of a specific item in the System.Collections.IList. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public MethodInsertOverloaded. Inserts an item to the System.Collections.IList at the specified index. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public MethodRemoveOverloaded. Removes the first occurrence of a specific object from the System.Collections.IList. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Public MethodRemoveAtRemoves the System.Collections.IList item at the specified index. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Protected Methods
 NameDescription
Protected MethodAreKeysEqualCompares two keys. (Inherited from Infragistics.Web.UI.GridControls.GridIDPairCollection<GridRecord>)
Protected MethodEqualsIDPairsOverridden. Determines if two idPair objects are equal  
Protected MethodResolveIDPairOverridden. Returns the idPair of a row  
Protected MethodResolveItemFromIDPairOverridden. Finds a row in the grid based upon an idPair  
See Also