Freigeben über


ICollectionView.IsCurrentAfterLast Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob sich das CurrentItem der Ansicht außerhalb des Endes der Auflistung befindet.

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

Eigenschaftswert

Boolean

bool

true , wenn sich das CurrentItem der Ansicht außerhalb des Endes der Auflistung befindet; andernfalls false.

Gilt für: