This documentation is archived and is not being maintained.
PagedDataSource.VirtualCount Property
.NET Framework 1.1
Gets or sets the virtual number of items in the data source when custom paging is used.
[Visual Basic] Public Property VirtualCount As Integer [C#] public int VirtualCount {get; set;} [C++] public: __property int get_VirtualCount(); public: __property void set_VirtualCount(int); [JScript] public function get VirtualCount() : int; public function set VirtualCount(int);
Property Value
The virtual number of items in the data source when custom paging is used.
Remarks
Use the VirtualCount property when custom paging is used to determine the virtual number of items in the data source. For more information on the VirtualCount property, see DataGrid.VirtualItemCount.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace | VirtualItemCount
Show: