VirtualizingLayoutContext.ItemCount 属性

定义

获取数据中的项数。

public:
 property int ItemCount { int get(); };
int ItemCount();
public int ItemCount { get; }
var int32 = virtualizingLayoutContext.itemCount;
Public ReadOnly Property ItemCount As Integer

属性值

Int32

int

数据中的项数。

注解

此属性获取 ItemCountCore 返回的值,该值必须在派生类中实现。

适用于