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입니다.

적용 대상