ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / SortDescriptions Property

In This Topic
    SortDescriptions Property
    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 System.ComponentModel.SortDescriptionCollection
    public System.ComponentModel.SortDescriptionCollection SortDescriptions {get;}

    Property Value

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