This topic has not yet been rated - Rate this topic

ICollectionView.MoveCurrentToLast method

Sets the last item in the view as the CurrentItem.

Syntax


bool MoveCurrentToLast()

Parameters

This method has no parameters.

Return value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if the resulting CurrentItem is an item within the view; otherwise, false.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Data
Windows::UI::Xaml::Data [C++]

Metadata

Windows.winmd

See also

ICollectionView

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.