ItemsWrapGrid.LastCacheIndex 属性

定义

获取缓存中最后一项的数据收集中的索引。

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

属性值

Int32

int

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

适用于