ItemsWrapGrid.LastCacheIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index in the data collection of the last item in the cache.
public:
property int LastCacheIndex { int get(); };
int LastCacheIndex();
public int LastCacheIndex { get; }
var int32 = itemsWrapGrid.lastCacheIndex;
Public ReadOnly Property LastCacheIndex As Integer
Property Value
Int32
int
The index in the data collection of the last item in the cache. The default is -1.