Version

AddNewGridRow class Members

The following tables list the members exposed by AddNewGridRow.

Public Constructors
 NameDescription
Public ConstructorAddNewGridRow 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. (Inherited from Infragistics.Web.UI.GridRow)
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 PropertytagReturns the Tag property value that is set on the server. (Inherited from Infragistics.Web.UI.GridRow)
Public Methods
 NameDescription
Public MethoddisposeFinal clean up method. The method is called automatically by the framework. (Inherited from Infragistics.Web.UI.GridRow)
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