Version

ContainerGridRow class Members

The following tables list the members exposed by ContainerGridRow.

Public Constructors
 NameDescription
Public ConstructorContainerGridRow Constructor  
Public Properties
 NameDescription
Public PropertycellReturns a cell by its index. (Inherited from Infragistics.Web.UI.GridRow)
Public PropertycellByColumnReturns a cell by its column. (Inherited from Infragistics.Web.UI.GridRow)
Public PropertycellByColumnKeyReturns a cell by its column key. (Inherited from Infragistics.Web.UI.GridRow)
Public PropertycellCountReturns number of cells in the row. (Inherited from Infragistics.Web.UI.GridRow)
Public PropertydataKeyReturns data key of the row. It is always an array of objects even in a case of a single data key field.  
Public PropertydataPathGets a string value representing the datapath into the data source used to popuplate the children of this item (if any).  
Public PropertyexpandedGets the expansion state of the row. If true, the row is expanded and child row islands are visible, if false the row is collapsed. If the row does not have any row islands this property will be false.  
Public PropertygridReturns reference to the grid that owns the row. (Inherited from Infragistics.Web.UI.GridRow)
Public PropertyidPairGets the ID pair of the row. (Inherited from Infragistics.Web.UI.GridRow)
Public PropertyindexReturns index of the row inside of its container collection. (Inherited from Infragistics.Web.UI.GridRow)
Public PropertyisEmptyParentGets a boolean value that indicates whether or not this item is a parent that has yet to be populated from an Ajax request to expand the node.  
Public PropertypopulatedGets a boolean value that indicates whether or not this item has been populated with children.  
Public PropertyrowIslandsGets a an array of Infragistics.Web.UI.ContainerGrid objects, which are the child row islands of this row. If the row is mark for deletion with batch updating, it will return an empty array.  
Public PropertytagReturns the Tag property value that is set on the server. (Inherited from Infragistics.Web.UI.GridRow)
Public Methods
 NameDescription
Public MethoddisposeDisposes of the Infragistics.Web.UI.ContainerGridRow object.  
Public MethodinitializeInitializes the row. The method is called automatically by the framework. (Inherited from Infragistics.Web.UI.GridRow)
Public MethodisDataKeyEqualCompares provided data key with the row's data key and returns a boolean value indicating whether these are equal. (Inherited from Infragistics.Web.UI.GridRow)
See Also