다음을 통해 공유


ICollectionView.IsCurrentAfterLast 속성

정의

뷰의 CurrentItem 이 컬렉션의 끝을 벗어나는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsCurrentAfterLast { bool get(); };
bool IsCurrentAfterLast();
public bool IsCurrentAfterLast { get; }
var boolean = iCollectionView.isCurrentAfterLast;
Public ReadOnly Property IsCurrentAfterLast As Boolean

속성 값

Boolean

bool

뷰의 CurrentItem이 컬렉션의 끝을 벗어나면 true이고, 그렇지 않으면 false입니다.

적용 대상