通过


PaginationProgressEventArgs.Start 属性

定义

获取分页的第一页的页码。

public:
 property int Start { int get(); };
public int Start { get; }
member this.Start : int
Public ReadOnly Property Start As Integer

属性值

分页的第一页的页码(从零开始)。

注解

Count 属性指定分页的连续页数。

适用于

另请参阅