ICollectionView.IsCurrentAfterLast Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die CurrentItem Ansicht über das Ende der Auflistung hinausgeht.

public:
 property bool IsCurrentAfterLast { bool get(); };
public bool IsCurrentAfterLast { get; }
member this.IsCurrentAfterLast : bool
Public ReadOnly Property IsCurrentAfterLast As Boolean

Eigenschaftswert

true wenn die CurrentItem Ansicht über das Ende der Sammlung hinausgeht; andernfalls false.

Gilt für:

Weitere Informationen