PageEventArgs::TotalRowCount Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property int TotalRowCount {
	int get();
}

Property Value

Type: System::Int32

The total number of records of the underlying data source.

.NET Framework
Available since 3.5
Return to top
Show: