AxpDataGrid

AxpDataGrid.ToRow Property

Gets the row number of the last record on current page.

[Visual Basic]
Public ReadOnly Property ToRow As Integer
[C#]
public int ToRow {get;}

Property Value

The row number of the last record on current page.

Remarks

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

See Also

AxpDataGrid Class | Axezz.WebControls Namespace