DataPager::TotalRowCount Property

 

Gets the total number of records that are retrieved by the underlying data source object that is referenced by the associated data-bound control.

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

public:
[BrowsableAttribute(false)]
property int TotalRowCount {
	int get();
}

Property Value

Type: System::Int32

The total number of records that are retrieved by the underlying data source object.

.NET Framework
Available since 3.5
Return to top
Show: