GridView.VirtualItemCount Property
.NET Framework (current version)
Gets or sets the virtual number of items in the data source that the GridView control is bound to when custom paging is used.
Assembly: System.Web (in System.Web.dll)
[<BrowsableAttribute(false)>] abstract VirtualItemCount : int with get, set [<BrowsableAttribute(false)>] override VirtualItemCount : int with get, set
Property Value
Type: System.Int32The virtual number of items in the data source that the GridView control is bound to when custom paging is used.
This property is used only when the value of the AllowCustomPaging property is true. For more information, see the AllowCustomPaging property.
.NET Framework
Available since 4.5
Available since 4.5
Show: