CollectionView::IsCurrentAfterLast Property
.NET Framework (current version)
Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue if the CurrentItem of the view is beyond the end of the collection; otherwise, false.
Implements
ICollectionView::IsCurrentAfterLastCollection views support the concept of a current record pointer. As you navigate through the objects in a collection view, you are moving a record pointer that allows you to retrieve the object that exists at that particular location in the collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: