PagedDataSource::VirtualCount Property

 

Gets or sets the virtual number of items in the data source when custom paging is used.

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

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

Property Value

Type: System::Int32

The virtual number of items in the data source when custom paging is used.

Use the VirtualCount property when custom paging or server-side paging is used to determine the virtual number of items in the data source. For more information on the VirtualCount property, see DataGrid::VirtualItemCount.

.NET Framework
Available since 1.1
Return to top
Show: