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

プロパティ値

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

適用対象

こちらもご覧ください