PageEventArgs.TotalRowCount Property

Definition

Gets the total number of records in the underlying data source.

public:
 property int TotalRowCount { int get(); };
public int TotalRowCount { get; }
member this.TotalRowCount : int
Public ReadOnly Property TotalRowCount As Integer

Property Value

The total number of records of the underlying data source.

Applies to

See also