Column.getValue

Overview | Methods | This Package | All Packages

Column.getValue

Retrieves the value of the cell in the grid's current row.

Syntax

public String getValue()

Return Value

Returns a string that represents the data value of the cell in the grid's current row.

Remarks

The value property of a Column object and the currentCellValue property of the parent DataGrid control do not necessarily reference the same cell. The grid's currentCellValue property refers to the cell that is the intersection of the current row and the current column. A column's value property refers to the cell that is in the grid's current row; however, this column may not be the current column in the grid.

See Also   setValue