AxpDataGrid

AxpDataGrid.CountRecords Property

Whether the grid should count and display the total number of records in the query.

[Visual Basic]
Public Property CountRecords As Boolean
[C#]
public bool CountRecords {get; set;}

Property Value

true if the grid should count and display the total number of records in the query, false otherwise. Default is true.

Remarks

You should normally not need to set this property.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace