[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRowCollection.SortDescriptions

SortDescriptions Property

SortDescriptions

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

Declaration
public SortDescriptionCollection SortDescriptions { get; }
Property Value
Type Description
SortDescriptionCollection

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

Implements