AxpDataGrid

AxpDataGrid.CurrentRecord Method 

Returns an object representing the data value of a column of the current record. Column numbers starts at 0. Current record is defined as the first record on the current page if it there is more than one record on the page.

[Visual Basic]
Public Function CurrentRecord( _
   ByVal Column As Integer _
) As Object
[C#]
public object CurrentRecord(
   int Column
);

Parameters

Column
Column number starting at 0

Remarks

Available in the grid's Load Event (or after a call to DataBind if UseDataBinding=True).

See Also

AxpDataGrid Class | Axezz.WebControls Namespace