ItemsWrapGrid.FirstCacheIndex Property

Definition

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

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

Property Value

Int32

int

The index in the data collection of the first item in the cache. The default is -1.

Remarks

The index of the container for the very first item and the focused items are not reported if they are not in the cache.

Applies to