Version

GridCell class Members

The following tables list the members exposed by GridCell.

Public Constructors
 NameDescription
Public ConstructorGridCell Constructor  
Public Properties
 NameDescription
Public PropertycolumnGets reference to the column object that contains the cell.  
Public PropertygridGets reference to the grid object that contains the cell.  
Public PropertyidPairGets ID pair of the cell.  
Public PropertyindexGets index of the cell inside of its collection.  
Public PropertyrowGets reference to the row object that contains the cell.  
Public PropertytextGets the cell's text.  
Public PropertyvalueGets the cell's value. Can be a Date object, string, number or boolean, depending upon the column's data type.  
Public Methods
 NameDescription
Public MethoddisposeCalled whenever the object is being disposed of.  
Public MethodinitializeThe method is called during initialization of the cell. Contains initializing code for the cell.  
Public MethodscrollToViewScrolls the cell into view inside of the grid's internal container element.  
See Also