ListViewPagedDataSource::DataSourceCount Property

 

Gets the number of items in the data source.

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

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

Property Value

Type: System::Int32

The number of items in the data source.

Exception Condition
InvalidOperationException

The data source object does not implement the System.Collections::ICollection interface.

Use the DataSourceCount property to determine the number of items that are in the data source. If server-based paging is used, the value of the TotalRowCount property is returned; otherwise, the total number of items in the data source is returned.

System_CAPS_noteNote

If the DataSource property is null, 0 is returned.

.NET Framework
Available since 3.5
Return to top
Show: