ListViewPagedDataSource.Count 属性

定义

获取要从数据源使用的当前页的项数。

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

属性值

要从数据源使用的当前页的项数。

实现

注解

Count使用 属性确定将从数据源使用的项数。 返回的值由以下条件确定:

适用于

另请参阅