ListViewPagedDataSource.TotalRowCount プロパティ

定義

サーバーベースのページングを使用している場合のデータ ソース内の合計項目数を取得または設定します。

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

プロパティ値

Int32

サーバーベースのページングを使用している場合のデータ ソース内の合計項目数。

適用対象

こちらもご覧ください