Share via


ItemsStackPanel.LastCacheIndex Property

Definition

Overloads

LastCacheIndex

Gets the index in the data collection of the last item in the cache.

LastCacheIndex

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 = itemsStackPanel.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.

Applies to