PagedDataSource.VirtualCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在使用自訂分頁時,取得或設定資料來源中項目的虛擬數目。
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
屬性值
使用自訂分頁時,資料來源中項目的虛擬數目。
備註
VirtualCount當使用自訂分頁或伺服器端分頁來判斷資料來源中的專案虛擬數目時,請使用屬性。 如需屬性的詳細資訊 VirtualCount ,請參閱 DataGrid.VirtualItemCount 。