PagedDataSource.VirtualCount Property

Definition

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

public:
 property int VirtualCount { int get(); void set(int value); };
public int VirtualCount { get; set; }
member this.VirtualCount : int with get, set
Public Property VirtualCount As Integer

Property Value

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

Remarks

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.

Applies to

See also