ICollectionView.SortDescriptions Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a collection of SortDescription instances that describe how the items in the collection are sorted in the view.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

Syntax

ReadOnly Property SortDescriptions As SortDescriptionCollection
SortDescriptionCollection SortDescriptions { get; }

Property Value

Type: System.ComponentModel..::.SortDescriptionCollection
A collection of values that describe how the items in the collection are sorted in the view.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ICollectionView Interface

System.ComponentModel Namespace

CanSort

SortDescription