DetailsView.PageCount プロパティ

定義

データ ソース内のレコードの数を取得します。

public:
 virtual property int PageCount { int get(); };
[System.ComponentModel.Browsable(false)]
public virtual int PageCount { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PageCount : int
Public Overridable ReadOnly Property PageCount As Integer

プロパティ値

Int32

データ ソース内のレコードの数。

属性

注釈

プロパティが DataSource 、の0場合はnull返されます。

適用対象