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

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public SortDescriptionCollection SortDescriptions { get; }
Visual Basic
Public ReadOnly Property SortDescriptions As SortDescriptionCollection
	Get

Return Value

A collection of SortDescription objects that describe how the items in the collection are sorted.

Implements

ICollectionView..::..SortDescriptions

See Also