ListViewPagedDataSource::TotalRowCount Property

 

Gets or sets the total number of items in the data source when server-based paging is being used.

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

public:
property int TotalRowCount {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The total number of items in the data source when server-based paging is being used.

.NET Framework
Available since 3.5
Return to top
Show: