ICollectionView.IsCurrentAfterLast Property

Definition

Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.

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

Property Value

true if the CurrentItem of the view is beyond the end of the collection; otherwise, false.

Applies to

See also