ComponentOne DataGrid for WPF and Silverlight
MoveCurrentToLast Method

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : MoveCurrentToLast Method
Sets the last item in the view as the System.ComponentModel.ICollectionView.CurrentItem.
Syntax
'Declaration
 
Public Overridable Function MoveCurrentToLast() As System.Boolean
public virtual System.bool MoveCurrentToLast()

Return Value

true if the resulting System.ComponentModel.ICollectionView.CurrentItem is an item in the view; otherwise, false.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members