Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 558 Bytes

icollectionview_movecurrenttoprevious_1395556619.md

File metadata and controls

22 lines (15 loc) · 558 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Data.ICollectionView.MoveCurrentToPrevious
winrt method

Microsoft.UI.Xaml.Data.ICollectionView.MoveCurrentToPrevious

-description

Sets the item before the CurrentItem in the view as the CurrentItem.

-returns

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

-remarks

-examples

-see-also