Version

GridSelectedRowCollection class Members

The following tables list the members exposed by GridSelectedRowCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertylengthReturns the amount of items that are currently selected. (Inherited from Infragistics.Web.UI.GridSelectionCollection)
Public Methods
 NameDescription
Public MethodaddSelects the specified row.  
Public MethodaddRangeSelects all specified items. (Inherited from Infragistics.Web.UI.GridSelectionCollection)
Public MethodclearClears the row selection in the grid.  
Public MethodgetItemRetunrs the selected row at the specified index.  
Public MethodgetItemIDRetunrs the selected row ID at the specified index.  
Public MethodindexOfReturns the index of the row in the given collection, -1 if not found.  
Public MethodremoveUnselects the specified row.  
See Also