CollectionView::MoveCurrentTo Method (Object^)
.NET Framework (current version)
Sets the specified item to be the CurrentItem in the view.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- item
-
Type:
System::Object^
The item to set as the CurrentItem.
Return Value
Type: System::Booleantrue if the resulting CurrentItem is within the view; otherwise, false.
Implements
ICollectionView::MoveCurrentTo(Object^)If the specified item is not found, the method returns false and the CurrentItem is positioned before the beginning of the collection in the view.
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.
For more information about the current item of a view, see CurrentItem.
.NET Framework
Available since 3.0
Available since 3.0
Show: