CollectionView::MoveCurrentToLast Method ()
.NET Framework (current version)
Sets the last item in the view as the CurrentItem.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System::Booleantrue if the resulting CurrentItem is an item within the view; otherwise, false.
Implements
ICollectionView::MoveCurrentToLast()Collection 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. For more information, see "Binding to Collections" in Data Binding Overview.
.NET Framework
Available since 3.0
Available since 3.0
Show: