Version

GridRow class Members

The following tables list the members exposed by GridRow.

Public Constructors
 NameDescription
Public ConstructorGridRow Constructor  
Public Properties
 NameDescription
Public PropertycellReturns a cell by its index.  
Public PropertycellByColumnReturns a cell by its column.  
Public PropertycellByColumnKeyReturns a cell by its column key.  
Public PropertycellCountReturns number of cells in the row.  
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 PropertygridReturns reference to the grid that owns the row.  
Public PropertyidPairGets the ID pair of the row.  
Public PropertyindexReturns index of the row inside of its container collection.  
Public PropertytagReturns the Tag property value that is set on the server.  
Public Methods
 NameDescription
Public MethoddisposeFinal clean up method. The method is called automatically by the framework.  
Public MethodinitializeInitializes the row. The method is called automatically by the framework.  
Public MethodisDataKeyEqualCompares provided data key with the row's data key and returns a boolean value indicating whether these are equal.  
See Also