PaginationProgressEventArgs.Start 属性

定义

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

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

属性值

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

注解

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

适用于

另请参阅