AxpDataGrid

AxpDataGrid.RecordCount Property

Gets or sets the number of records (total number of rows) in the recordset.

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

Property Value

The number of records (total number of rows) in the recordset.

Remarks

Available in the grid's Load Event (or after a call to DataBind if UseDataBinding=True).
If the number of records is known in advance (i.e. a read-only table), this property can be set manually. The net result is that tables will be displayed quicker as no counting has to be performed.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace