Version

ContainerGridRowCollection class Members

The following tables list the members exposed by ContainerGridRowCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertycellFromIDPairReturns a cell by its ID pair. If the cell is not instantiated yet it is being created and returned. (Inherited from Infragistics.Web.UI.GridRowCollection)
Public PropertygridReturns reference to the grid that owns the collection. (Inherited from Infragistics.Web.UI.GridRowCollection)
Public PropertylengthReturns actual number of rows in the collection regardless of how many were instantiated. (Inherited from Infragistics.Web.UI.GridRowCollection)
Public PropertyrowReturns a row by its index. If the row is not instantiated yet it is being created and returned. The row at the given index  
Public PropertyrowFromIDPairReturns a row by its ID pair. If the row is not instantiated yet it is being created and returned. (Inherited from Infragistics.Web.UI.GridRowCollection)
Public PropertyrowFromKeyReturns a row by its data key. If the row is not instantiated yet it is being created and returned. (Inherited from Infragistics.Web.UI.GridRowCollection)
Public Methods
 NameDescription
Public MethodaddCreates and adds a row to the collection. (Inherited from Infragistics.Web.UI.GridRowCollection)
Public MethodaddRowCreatedEventHandlerAdds a listener to the RowCreated internal event. (Inherited from Infragistics.Web.UI.GridRowCollection)
Public MethoddisposeDisposes of the Infragistics.Web.UI.ContainerGridRowCollection object.  
Public MethodinitializeInitializes the collection. The method is called automatically by the framework. (Inherited from Infragistics.Web.UI.GridRowCollection)
Public MethodremoveRemoves a row from the collection. (Inherited from Infragistics.Web.UI.GridRowCollection)
See Also