ItemsWrapGrid.FirstCacheIndex 属性

定义

获取缓存中第一个项的数据收集中的索引。

public:
 property int FirstCacheIndex { int get(); };
int FirstCacheIndex();
public int FirstCacheIndex { get; }
var int32 = itemsWrapGrid.firstCacheIndex;
Public ReadOnly Property FirstCacheIndex As Integer

属性值

Int32

int

缓存中第一项的数据收集中的索引。 默认值为 -1。

注解

如果第一个项和重点项不在缓存中,则不会报告容器的索引。

适用于