DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (ViewRowCollection)
    In This Topic
    Gets a collection of System.ComponentModel.SortDescription objects that describe how the items in the collection are sorted.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortDescriptions As SortDescriptionCollection
    public SortDescriptionCollection SortDescriptions {get;}

    Property Value

    A collection of System.ComponentModel.SortDescription objects that describe how the items in the collection are sorted.
    See Also