Version

ContainerGridRowCollection Constructor

Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.ContainerGridRowCollection = function( 
   element : {DomElement},
   props : {Any}[],
   owner : ContainerGrid
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.ContainerGridRowCollection({DomElement},{Any}[],ContainerGrid);

Parameters

element
props
owner
See Also